public class ActionChain extends BaseDomainHelper
| Constructor and Description |
|---|
ActionChain()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.util.Set<ActionChainEntry> |
getEntries()
Gets the entries.
|
java.lang.Long |
getId()
Gets the id.
|
java.lang.String |
getLabel()
Gets the label.
|
java.lang.String |
getLocalizedCreated()
Gets the creation date in localized form
|
java.lang.String |
getLocalizedModified()
Gets the creation date in localized form
|
User |
getUser()
Gets the user.
|
int |
hashCode() |
void |
setEntries(java.util.Set<ActionChainEntry> entriesIn)
Sets the entries.
|
void |
setId(java.lang.Long idIn)
Sets the id.
|
void |
setLabel(java.lang.String labelIn)
Sets the label.
|
void |
setUser(User userIn)
Sets the user.
|
java.lang.String |
toString() |
getCreated, getModified, setCreated, setModifiedpublic java.lang.Long getId()
public void setId(java.lang.Long idIn)
idIn - the new idpublic java.lang.String getLabel()
public void setLabel(java.lang.String labelIn)
labelIn - the new labelpublic User getUser()
public void setUser(User userIn)
userIn - the new userpublic java.util.Set<ActionChainEntry> getEntries()
public void setEntries(java.util.Set<ActionChainEntry> entriesIn)
entriesIn - the new entriespublic java.lang.String getLocalizedCreated()
public java.lang.String getLocalizedModified()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class BaseDomainHelper