Package com.soffid.iam.model
Class HostAdminEntity
- java.lang.Object
-
- com.soffid.iam.model.HostAdminEntity
-
- Direct Known Subclasses:
HostAdminEntityImpl
public abstract class HostAdminEntity extends Object
Entity HostAdminEntity
-
-
Constructor Summary
Constructors Constructor Description HostAdminEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an HostAdminEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Date
getExpirationDate()
Gets value for attribute expirationDateHostEntity
getHost()
Gets value for attribute hostLong
getId()
Gets value for attribute idLong
getProcessWFID()
Gets value for attribute processWFIDDate
getRequestDate()
Gets value for attribute requestDateUserEntity
getUser()
Gets value for attribute userint
hashCode()
Returns a hash code based on this entity's identifiers.void
setExpirationDate(Date expirationDate)
Sets value for attribute expirationDatevoid
setHost(HostEntity host)
Sets value for attribute hostvoid
setId(Long id)
Sets value for attribute idvoid
setProcessWFID(Long processWFID)
Sets value for attribute processWFIDvoid
setRequestDate(Date requestDate)
Sets value for attribute requestDatevoid
setUser(UserEntity user)
Sets value for attribute user
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getExpirationDate
public Date getExpirationDate()
Gets value for attribute expirationDate
-
setExpirationDate
public void setExpirationDate(Date expirationDate)
Sets value for attribute expirationDate
-
getUser
public UserEntity getUser()
Gets value for attribute user
-
setUser
public void setUser(UserEntity user)
Sets value for attribute user
-
getHost
public HostEntity getHost()
Gets value for attribute host
-
setHost
public void setHost(HostEntity host)
Sets value for attribute host
-
getProcessWFID
public Long getProcessWFID()
Gets value for attribute processWFID
-
setProcessWFID
public void setProcessWFID(Long processWFID)
Sets value for attribute processWFID
-
getRequestDate
public Date getRequestDate()
Gets value for attribute requestDate
-
setRequestDate
public void setRequestDate(Date requestDate)
Sets value for attribute requestDate
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an HostAdminEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-