Package com.soffid.iam.iga.api
Class MailDomain
java.lang.Object
com.soffid.iam.iga.api.MailDomain
- All Implemented Interfaces:
Serializable
ValueObject MailDomain
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMailDomain(MailDomain otherBean) MailDomain(String name) MailDomain(String name, String description, Long id, Boolean obsolete, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets value for attribute nameGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptiongetId()Gets value for attribute idgetName()Gets value for attribute nameGets value for attribute obsoleteGets value for attribute updatedByGets value for attribute updatedOnvoidSets value for attribute namevoidsetCreatedBy(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 deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute idvoidSets value for attribute namevoidsetObsolete(Boolean obsolete) Sets value for attribute obsoletevoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
MailDomain
public MailDomain() -
MailDomain
-
MailDomain
-
MailDomain
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getCode
Gets value for attribute name -
setCode
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getObsolete
Gets value for attribute obsolete -
setObsolete
Sets value for attribute obsolete -
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.
-