Package com.cbe
Class Role
- java.lang.Object
-
- com.cbe.Role
-
public class Role extends java.lang.Object
Class Role, originates from a struct on c++ which is made for structuring Role data on the Member class.
-
-
Constructor Summary
Constructors Constructor Description Role()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRole()
get the Role ex: could be administrator, owner etc.void
setRole(java.lang.String value)
Set Role name.
-