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 boolean
equals(Object object)
Returnstrue
if the argument is an AttributeTranslationEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getColumn1()
Gets value for attribute column1String
getColumn2()
Gets value for attribute column2String
getColumn3()
Gets value for attribute column3String
getColumn4()
Gets value for attribute column4String
getColumn5()
Gets value for attribute column5String
getDomain()
Gets value for attribute domainLong
getId()
Gets value for attribute idTenantEntity
getTenant()
Gets value for attribute tenantint
hashCode()
Returns a hash code based on this entity's identifiers.void
setColumn1(String column1)
Sets value for attribute column1void
setColumn2(String column2)
Sets value for attribute column2void
setColumn3(String column3)
Sets value for attribute column3void
setColumn4(String column4)
Sets value for attribute column4void
setColumn5(String column5)
Sets value for attribute column5void
setDomain(String domain)
Sets value for attribute domainvoid
setId(Long id)
Sets value for attribute idvoid
setTenant(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)
Returnstrue
if the argument is an AttributeTranslationEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-