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 booleanequals(Object object)Returnstrueif the argument is an ProcessHierarchyEntity instance and all identifiers for this entity equal the identifiers of the argument entity.LonggetChildProcess()Gets value for attribute childProcessLonggetId()Gets value for attribute idLonggetParentProcess()Gets value for attribute parentProcessinthashCode()Returns a hash code based on this entity's identifiers.voidsetChildProcess(Long childProcess)Sets value for attribute childProcessvoidsetId(Long id)Sets value for attribute idvoidsetParentProcess(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)
Returnstrueif the argument is an ProcessHierarchyEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-