Package org.seed.core.user
Class UserGroupAuthorisation
java.lang.Object
org.seed.core.data.AbstractSystemObject
org.seed.core.application.AbstractTransferableObject
org.seed.core.user.UserGroupAuthorisation
- All Implemented Interfaces:
TransferableObject,SystemObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAuthorisation(Authorisation authorisation) voidsetRoleName(String roleName) voidsetUserGroup(UserGroup userGroup) Methods inherited from class org.seed.core.application.AbstractTransferableObject
getUid, setUidMethods inherited from class org.seed.core.data.AbstractSystemObject
copySystemFieldsTo, equals, getCreatedBy, getCreatedOn, getId, getLastModified, getModifiedBy, getModifiedOn, getVersion, hashCode, isNew, resetId, setId, setVersion, toStringMethods inherited from interface org.seed.core.data.SystemObject
getCreatedBy, getCreatedOn, getId, getLastModified, getModifiedBy, getModifiedOn, getVersion, isNew
-
Constructor Details
-
UserGroupAuthorisation
public UserGroupAuthorisation()
-
-
Method Details
-
getUserGroup
-
setUserGroup
-
getAuthorisation
-
setAuthorisation
-
getRoleName
-
setRoleName
-
isEqual
- Specified by:
isEqualin interfaceSystemObject- Overrides:
isEqualin classAbstractSystemObject
-