Class RoleImpl
java.lang.Object
org.bonitasoft.engine.identity.impl.RoleImpl
- All Implemented Interfaces:
Serializable,BonitaObject,Role
- Author:
- Yanyan Liu, Bole Zhang, Matthieu Chaffotte
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonggetId()getName()inthashCode()voidsetCreatedBy(long createdBy) voidsetCreationDate(Date creationDate) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidsetLastUpdate(Date lastUpdate) toString()
-
Constructor Details
-
RoleImpl
-
-
Method Details
-
setDisplayName
-
setDescription
-
setCreatedBy
public void setCreatedBy(long createdBy) -
setCreationDate
-
setLastUpdate
-
getId
public long getId() -
getName
-
getDisplayName
- Specified by:
getDisplayNamein interfaceRole- Returns:
- the role's name to display
-
getDescription
- Specified by:
getDescriptionin interfaceRole- Returns:
- the role's description
-
getCreatedBy
public long getCreatedBy()- Specified by:
getCreatedByin interfaceRole- Returns:
- the id of the user that created the role
-
getCreationDate
- Specified by:
getCreationDatein interfaceRole- Returns:
- the role's creation's date
-
getLastUpdate
- Specified by:
getLastUpdatein interfaceRole- Returns:
- the role's last update date
-
getIconId
-
setIconId
-
toString
-
equals
-
hashCode
public int hashCode()
-