public class RoleImpl extends Object implements Role
| 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() |
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) |
public RoleImpl(long id,
String name)
public void setDisplayName(String displayName)
public 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 String getDisplayName()
getDisplayName in interface Rolepublic String getDescription()
getDescription in interface Rolepublic String getIconName()
getIconName in interface Rolepublic String getIconPath()
getIconPath in interface Rolepublic long getCreatedBy()
getCreatedBy in interface Rolepublic Date getCreationDate()
getCreationDate in interface Rolepublic Date getLastUpdate()
getLastUpdate in interface RoleCopyright © 2013 BonitaSoft. All Rights Reserved.