Class GroupImpl
java.lang.Object
org.bonitasoft.engine.identity.impl.GroupImpl
- All Implemented Interfaces:
Serializable,BonitaObject,Group
- Author:
- Lu Kai, Bole Zhang, Matthieu Chaffotte
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonggetId()getName()getPath()inthashCode()voidsetCreatedBy(long createdBy) voidsetCreationDate(Date creationDate) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidsetLastUpdate(Date lastUpdate) voidsetParentPath(String parentPath) toString()
-
Constructor Details
-
GroupImpl
-
-
Method Details
-
getId
public long getId() -
getName
-
getDisplayName
- Specified by:
getDisplayNamein interfaceGroup- Returns:
- The identifier of the group to display.
-
setDisplayName
-
getDescription
- Specified by:
getDescriptionin interfaceGroup- Returns:
- The description of the group.
-
setDescription
-
setCreatedBy
public void setCreatedBy(long createdBy) -
setCreationDate
-
setLastUpdate
-
setParentPath
-
getCreatedBy
public long getCreatedBy()- Specified by:
getCreatedByin interfaceGroup- Returns:
- The identifier of the user that created the group
-
getCreationDate
- Specified by:
getCreationDatein interfaceGroup- Returns:
- The group's creation's date
-
getLastUpdate
- Specified by:
getLastUpdatein interfaceGroup- Returns:
- The group's last update date
-
getParentPath
- Specified by:
getParentPathin interfaceGroup- Returns:
- The group's path
-
getPath
-
getIconId
-
setIconId
-
toString
-
equals
-
hashCode
public int hashCode()
-