public interface JOrganization
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
get the organization's description
|
int |
getMaxUserNumber()
get maximum user number of the organization, not including built-in admin user
of the organization, 0 means unlimited.
|
java.lang.String |
getName()
get the organization's name
|
int |
getUserAmount()
get user amount of the organization, not including built-in admin user.
|
java.lang.String getName()
java.lang.String getDescription()
int getMaxUserNumber()
int getUserAmount()