Package com.soffid.iam.model
Class AttributeTranslationEntity
- java.lang.Object
-
- com.soffid.iam.model.AttributeTranslationEntity
-
- Direct Known Subclasses:
AttributeTranslationEntityImpl
public abstract class AttributeTranslationEntity extends Object
Entity AttributeTranslationEntity
-
-
Constructor Summary
Constructors Constructor Description AttributeTranslationEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an AttributeTranslationEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetColumn1()Gets value for attribute column1StringgetColumn2()Gets value for attribute column2StringgetColumn3()Gets value for attribute column3StringgetColumn4()Gets value for attribute column4StringgetColumn5()Gets value for attribute column5StringgetDomain()Gets value for attribute domainLonggetId()Gets value for attribute idTenantEntitygetTenant()Gets value for attribute tenantinthashCode()Returns a hash code based on this entity's identifiers.voidsetColumn1(String column1)Sets value for attribute column1voidsetColumn2(String column2)Sets value for attribute column2voidsetColumn3(String column3)Sets value for attribute column3voidsetColumn4(String column4)Sets value for attribute column4voidsetColumn5(String column5)Sets value for attribute column5voidsetDomain(String domain)Sets value for attribute domainvoidsetId(Long id)Sets value for attribute idvoidsetTenant(TenantEntity tenant)Sets value for attribute tenant
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getDomain
public String getDomain()
Gets value for attribute domain
-
setDomain
public void setDomain(String domain)
Sets value for attribute domain
-
getColumn1
public String getColumn1()
Gets value for attribute column1
-
setColumn1
public void setColumn1(String column1)
Sets value for attribute column1
-
getColumn2
public String getColumn2()
Gets value for attribute column2
-
setColumn2
public void setColumn2(String column2)
Sets value for attribute column2
-
getColumn3
public String getColumn3()
Gets value for attribute column3
-
setColumn3
public void setColumn3(String column3)
Sets value for attribute column3
-
getColumn4
public String getColumn4()
Gets value for attribute column4
-
setColumn4
public void setColumn4(String column4)
Sets value for attribute column4
-
getColumn5
public String getColumn5()
Gets value for attribute column5
-
setColumn5
public void setColumn5(String column5)
Sets value for attribute column5
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an AttributeTranslationEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-