Package com.soffid.iam.model
Class UserProcessEntity
- java.lang.Object
-
- com.soffid.iam.model.UserProcessEntity
-
- Direct Known Subclasses:
UserProcessEntityImpl
public abstract class UserProcessEntity extends Object
Entity UserProcessEntity
-
-
Constructor Summary
Constructors Constructor Description UserProcessEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an UserProcessEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Boolean
getFinished()
Gets value for attribute finishedLong
getId()
Gets value for attribute idString
getNationalId()
Gets value for attribute nationalIdLong
getProcessId()
Gets value for attribute processIdString
getUserName()
Gets value for attribute userNameint
hashCode()
Returns a hash code based on this entity's identifiers.void
setFinished(Boolean finished)
Sets value for attribute finishedvoid
setId(Long id)
Sets value for attribute idvoid
setNationalId(String nationalId)
Sets value for attribute nationalIdvoid
setProcessId(Long processId)
Sets value for attribute processIdvoid
setUserName(String userName)
Sets value for attribute userName
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getUserName
public String getUserName()
Gets value for attribute userName
-
setUserName
public void setUserName(String userName)
Sets value for attribute userName
-
getProcessId
public Long getProcessId()
Gets value for attribute processId
-
setProcessId
public void setProcessId(Long processId)
Sets value for attribute processId
-
getFinished
public Boolean getFinished()
Gets value for attribute finished
-
setFinished
public void setFinished(Boolean finished)
Sets value for attribute finished
-
getNationalId
public String getNationalId()
Gets value for attribute nationalId
-
setNationalId
public void setNationalId(String nationalId)
Sets value for attribute nationalId
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an UserProcessEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-