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 booleanequals(Object object)Returnstrueif the argument is an HostAdminEntity instance and all identifiers for this entity equal the identifiers of the argument entity.DategetExpirationDate()Gets value for attribute expirationDateHostEntitygetHost()Gets value for attribute hostLonggetId()Gets value for attribute idLonggetProcessWFID()Gets value for attribute processWFIDDategetRequestDate()Gets value for attribute requestDateUserEntitygetUser()Gets value for attribute userinthashCode()Returns a hash code based on this entity's identifiers.voidsetExpirationDate(Date expirationDate)Sets value for attribute expirationDatevoidsetHost(HostEntity host)Sets value for attribute hostvoidsetId(Long id)Sets value for attribute idvoidsetProcessWFID(Long processWFID)Sets value for attribute processWFIDvoidsetRequestDate(Date requestDate)Sets value for attribute requestDatevoidsetUser(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)
Returnstrueif the argument is an HostAdminEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-