public class ProfileImpl extends NamedElementImpl implements Profile
| Constructor and Description |
|---|
ProfileImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCreatedBy() |
Date |
getCreationDate() |
String |
getDescription() |
String |
getIconPath()
Deprecated.
|
Date |
getLastUpdateDate() |
long |
getLastUpdatedBy() |
int |
hashCode() |
boolean |
isDefault() |
void |
setCreatedBy(long createdBy) |
void |
setCreationDate(Date creationDate) |
void |
setDefault(boolean isDefault) |
void |
setDescription(String description) |
void |
setIconPath(String iconPath)
Deprecated.
|
void |
setLastUpdateDate(Date lastUpdateDate) |
void |
setLastUpdatedBy(long lastUpdatedBy) |
getName, setName, toStringgetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic ProfileImpl(String name)
public void setDefault(boolean isDefault)
public String getDescription()
getDescription in interface Profilepublic void setDescription(String description)
@Deprecated public void setIconPath(String iconPath)
@Deprecated public String getIconPath()
ProfilegetIconPath in interface Profilepublic Date getCreationDate()
getCreationDate in interface Profilepublic void setCreationDate(Date creationDate)
public long getCreatedBy()
getCreatedBy in interface Profilepublic void setCreatedBy(long createdBy)
public Date getLastUpdateDate()
getLastUpdateDate in interface Profilepublic void setLastUpdateDate(Date lastUpdateDate)
public long getLastUpdatedBy()
getLastUpdatedBy in interface Profilepublic void setLastUpdatedBy(long lastUpdatedBy)
public int hashCode()
hashCode in class NamedElementImplpublic boolean equals(Object obj)
equals in class NamedElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.