public class GroupImpl extends Object implements Group
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreatedBy() |
Date |
getCreationDate() |
String |
getDescription() |
String |
getDisplayName() |
Long |
getIconId() |
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 |
setIconId(Long iconId) |
void |
setLastUpdate(Date lastUpdate) |
void |
setParentPath(String parentPath) |
String |
toString() |
public GroupImpl(long id,
String name)
public long getId()
public String getName()
public String getDisplayName()
getDisplayName in interface Grouppublic void setDisplayName(String displayName)
public String getDescription()
getDescription in interface Grouppublic void setDescription(String description)
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 Grouppublic String getPath()
public Long getIconId()
public void setIconId(Long iconId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.