Package com.soffid.iam.reconcile.model
Class ReconcileAccountAttributesEntity
- java.lang.Object
-
- com.soffid.iam.reconcile.model.ReconcileAccountAttributesEntity
-
- Direct Known Subclasses:
ReconcileAccountAttributesEntityImpl
public abstract class ReconcileAccountAttributesEntity extends Object
Entity ReconcileAccountAttributesEntity
-
-
Constructor Summary
Constructors Constructor Description ReconcileAccountAttributesEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an ReconcileAccountAttributesEntity instance and all identifiers for this entity equal the identifiers of the argument entity.ReconcileAccountEntity
getAccount()
Gets value for attribute accountString
getAttribute()
Gets value for attribute attributeDate
getDateValue()
Gets value for attribute dateValueLong
getId()
Gets value for attribute idString
getValue()
Gets value for attribute valueint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAccount(ReconcileAccountEntity account)
Sets value for attribute accountvoid
setAttribute(String attribute)
Sets value for attribute attributevoid
setDateValue(Date dateValue)
Sets value for attribute dateValuevoid
setId(Long id)
Sets value for attribute idvoid
setValue(String value)
Sets value for attribute value
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getAccount
public ReconcileAccountEntity getAccount()
Gets value for attribute account
-
setAccount
public void setAccount(ReconcileAccountEntity account)
Sets value for attribute account
-
getAttribute
public String getAttribute()
Gets value for attribute attribute
-
setAttribute
public void setAttribute(String attribute)
Sets value for attribute attribute
-
getValue
public String getValue()
Gets value for attribute value
-
setValue
public void setValue(String value)
Sets value for attribute value
-
getDateValue
public Date getDateValue()
Gets value for attribute dateValue
-
setDateValue
public void setDateValue(Date dateValue)
Sets value for attribute dateValue
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an ReconcileAccountAttributesEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-