Package com.soffid.iam.iga.api
Class ExternalName
java.lang.Object
com.soffid.iam.iga.api.ExternalName
- All Implemented Interfaces:
Serializable
ValueObject ExternalName
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExternalName(ExternalName otherBean) ExternalName(String email, String mailListName) ExternalName(String email, String mailListName, String domainCode, Long id) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute domainCodegetEmail()Gets value for attribute emailgetId()Gets value for attribute idGets value for attribute mailListNamevoidsetDomainCode(String domainCode) Sets value for attribute domainCodevoidSets value for attribute emailvoidSets value for attribute idvoidsetMailListName(String mailListName) Sets value for attribute mailListNametoString()Returns a string representation of the value object.
-
Constructor Details
-
ExternalName
public ExternalName() -
ExternalName
-
ExternalName
-
ExternalName
-
-
Method Details
-
getEmail
Gets value for attribute email -
setEmail
Sets value for attribute email -
getMailListName
Gets value for attribute mailListName -
setMailListName
Sets value for attribute mailListName -
getDomainCode
Gets value for attribute domainCode -
setDomainCode
Sets value for attribute domainCode -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
toString
Returns a string representation of the value object.
-