Package com.soffid.iam.model
Class ProcessHierarchyEntity
- java.lang.Object
-
- com.soffid.iam.model.ProcessHierarchyEntity
-
- Direct Known Subclasses:
ProcessHierarchyEntityImpl
public abstract class ProcessHierarchyEntity extends Object
Entity ProcessHierarchyEntity
-
-
Constructor Summary
Constructors Constructor Description ProcessHierarchyEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an ProcessHierarchyEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getChildProcess()
Gets value for attribute childProcessLong
getId()
Gets value for attribute idLong
getParentProcess()
Gets value for attribute parentProcessint
hashCode()
Returns a hash code based on this entity's identifiers.void
setChildProcess(Long childProcess)
Sets value for attribute childProcessvoid
setId(Long id)
Sets value for attribute idvoid
setParentProcess(Long parentProcess)
Sets value for attribute parentProcess
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getParentProcess
public Long getParentProcess()
Gets value for attribute parentProcess
-
setParentProcess
public void setParentProcess(Long parentProcess)
Sets value for attribute parentProcess
-
getChildProcess
public Long getChildProcess()
Gets value for attribute childProcess
-
setChildProcess
public void setChildProcess(Long childProcess)
Sets value for attribute childProcess
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an ProcessHierarchyEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-