Package com.soffid.iam.iga.api
Class MailListRelationship
java.lang.Object
com.soffid.iam.iga.api.MailListRelationship
- All Implemented Interfaces:
Serializable
ValueObject MailListRelationship
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMailListRelationship(MailListRelationship otherBean) MailListRelationship(String mailListNameBelong, String mailListNameIncluded) MailListRelationship(String mailListNameBelong, String mailListNameIncluded, String mailDomainBelongCode, String mailDomainAccountCode, Long id) -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets value for attribute idGets value for attribute mailDomainAccountCodeGets value for attribute mailDomainBelongCodeGets value for attribute mailListNameBelongGets value for attribute mailListNameIncludedvoidSets value for attribute idvoidsetMailDomainAccountCode(String mailDomainAccountCode) Sets value for attribute mailDomainAccountCodevoidsetMailDomainBelongCode(String mailDomainBelongCode) Sets value for attribute mailDomainBelongCodevoidsetMailListNameBelong(String mailListNameBelong) Sets value for attribute mailListNameBelongvoidsetMailListNameIncluded(String mailListNameIncluded) Sets value for attribute mailListNameIncludedtoString()Returns a string representation of the value object.
-
Constructor Details
-
MailListRelationship
public MailListRelationship() -
MailListRelationship
-
MailListRelationship
-
MailListRelationship
-
-
Method Details
-
getMailListNameBelong
Gets value for attribute mailListNameBelong -
setMailListNameBelong
Sets value for attribute mailListNameBelong -
getMailListNameIncluded
Gets value for attribute mailListNameIncluded -
setMailListNameIncluded
Sets value for attribute mailListNameIncluded -
getMailDomainBelongCode
Gets value for attribute mailDomainBelongCode -
setMailDomainBelongCode
Sets value for attribute mailDomainBelongCode -
getMailDomainAccountCode
Gets value for attribute mailDomainAccountCode -
setMailDomainAccountCode
Sets value for attribute mailDomainAccountCode -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
toString
Returns a string representation of the value object.
-