public class GroupImpl extends Object implements Group
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCreatedBy() |
Date |
getCreationDate() |
String |
getDescription() |
String |
getDisplayName() |
String |
getIconName() |
String |
getIconPath() |
long |
getId() |
Date |
getLastUpdate() |
String |
getName() |
String |
getParentPath() |
String |
getPath() |
int |
hashCode() |
void |
setCreatedBy(long createdBy) |
void |
setCreationDate(Date creationDate) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setIconName(String iconName) |
void |
setIconPath(String iconPath) |
void |
setLastUpdate(Date lastUpdate) |
void |
setParentPath(String parentPath) |
public GroupImpl(long id,
String name)
public String getDisplayName()
getDisplayName in interface Grouppublic void setDisplayName(String displayName)
public String getDescription()
getDescription in interface Grouppublic void setDescription(String description)
public void setIconName(String iconName)
public void setIconPath(String iconPath)
public void setCreatedBy(long createdBy)
public void setCreationDate(Date creationDate)
public void setLastUpdate(Date lastUpdate)
public void setParentPath(String parentPath)
public String getIconName()
getIconName in interface Grouppublic String getIconPath()
getIconPath in interface Grouppublic long getCreatedBy()
getCreatedBy in interface Grouppublic Date getCreationDate()
getCreationDate in interface Grouppublic Date getLastUpdate()
getLastUpdate in interface Grouppublic String getParentPath()
getParentPath in interface GroupCopyright © 2013 BonitaSoft. All Rights Reserved.