Package com.soffid.iam.iga.api
Class AttributeTranslation
java.lang.Object
com.soffid.iam.iga.api.AttributeTranslation
- All Implemented Interfaces:
Serializable
ValueObject AttributeTranslation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeTranslation(AttributeTranslation otherBean) AttributeTranslation(Long id, String domain, String column1, String column2, String column3, String column4, String column5, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) AttributeTranslation(String domain, String column1) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute column1Gets value for attribute column2Gets value for attribute column3Gets value for attribute column4Gets value for attribute column5Gets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute domaingetId()Gets value for attribute idGets value for attribute updatedByGets value for attribute updatedOnvoidsetColumn1(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 column5voidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidSets value for attribute domainvoidSets value for attribute idvoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
AttributeTranslation
public AttributeTranslation() -
AttributeTranslation
-
AttributeTranslation
-
AttributeTranslation
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getDomain
Gets value for attribute domain -
setDomain
Sets value for attribute domain -
getColumn1
Gets value for attribute column1 -
setColumn1
Sets value for attribute column1 -
getColumn2
Gets value for attribute column2 -
setColumn2
Sets value for attribute column2 -
getColumn3
Gets value for attribute column3 -
setColumn3
Sets value for attribute column3 -
getColumn4
Gets value for attribute column4 -
setColumn4
Sets value for attribute column4 -
getColumn5
Gets value for attribute column5 -
setColumn5
Sets value for attribute column5 -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-