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 booleanequals(Object object)Returnstrueif the argument is an ReconcileAccountAttributesEntity instance and all identifiers for this entity equal the identifiers of the argument entity.ReconcileAccountEntitygetAccount()Gets value for attribute accountStringgetAttribute()Gets value for attribute attributeDategetDateValue()Gets value for attribute dateValueLonggetId()Gets value for attribute idStringgetValue()Gets value for attribute valueinthashCode()Returns a hash code based on this entity's identifiers.voidsetAccount(ReconcileAccountEntity account)Sets value for attribute accountvoidsetAttribute(String attribute)Sets value for attribute attributevoidsetDateValue(Date dateValue)Sets value for attribute dateValuevoidsetId(Long id)Sets value for attribute idvoidsetValue(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)
Returnstrueif the argument is an ReconcileAccountAttributesEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-