Class GroupImpl
- java.lang.Object
-
- org.bonitasoft.engine.identity.impl.GroupImpl
-
- All Implemented Interfaces:
Serializable,BonitaObject,Group
public class GroupImpl extends Object implements Group
- Author:
- Lu Kai, Bole Zhang, Matthieu Chaffotte
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetCreatedBy()DategetCreationDate()StringgetDescription()StringgetDisplayName()LonggetIconId()longgetId()DategetLastUpdate()StringgetName()StringgetParentPath()StringgetPath()inthashCode()voidsetCreatedBy(long createdBy)voidsetCreationDate(Date creationDate)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetIconId(Long iconId)voidsetLastUpdate(Date lastUpdate)voidsetParentPath(String parentPath)StringtoString()
-
-
-
Constructor Detail
-
GroupImpl
public GroupImpl(long id, String name)
-
-
Method Detail
-
getId
public long getId()
-
getName
public String getName()
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceGroup- Returns:
- The identifier of the group to display.
-
setDisplayName
public void setDisplayName(String displayName)
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceGroup- Returns:
- The description of the group.
-
setDescription
public void setDescription(String description)
-
setCreatedBy
public void setCreatedBy(long createdBy)
-
setCreationDate
public void setCreationDate(Date creationDate)
-
setLastUpdate
public void setLastUpdate(Date lastUpdate)
-
setParentPath
public void setParentPath(String parentPath)
-
getCreatedBy
public long getCreatedBy()
- Specified by:
getCreatedByin interfaceGroup- Returns:
- The identifier of the user that created the group
-
getCreationDate
public Date getCreationDate()
- Specified by:
getCreationDatein interfaceGroup- Returns:
- The group's creation's date
-
getLastUpdate
public Date getLastUpdate()
- Specified by:
getLastUpdatein interfaceGroup- Returns:
- The group's last update date
-
getParentPath
public String getParentPath()
- Specified by:
getParentPathin interfaceGroup- Returns:
- The group's path
-
getPath
public String getPath()
-
getIconId
public Long getIconId()
-
setIconId
public void setIconId(Long iconId)
-
-