public class RoleImpl extends Object implements Role
| 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() |
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) |
String |
toString() |
public RoleImpl(long id,
String name)
public void setDisplayName(String displayName)
public void setDescription(String description)
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 Rolepublic Long getIconId()
public void setIconId(Long iconId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.