public class Role extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fnrole |
protected String |
value |
protected String |
vnrole |
| Constructor and Description |
|---|
Role() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFnrole()
Gets the value of the fnrole property.
|
String |
getvalue()
Gets the value of the value property.
|
String |
getVnrole()
Gets the value of the vnrole property.
|
void |
setFnrole(String value)
Sets the value of the fnrole property.
|
void |
setvalue(String value)
Sets the value of the value property.
|
void |
setVnrole(String value)
Sets the value of the vnrole property.
|
protected String fnrole
protected String vnrole
protected String value
public String getFnrole()
Stringpublic void setFnrole(String value)
value - allowed object is
Stringpublic String getVnrole()
Stringpublic void setVnrole(String value)
value - allowed object is
Stringpublic String getvalue()
StringCopyright © 2016–2020 FBK. All rights reserved.