Package com.soffid.iam.iga.api
Class UserMailList
java.lang.Object
com.soffid.iam.iga.api.UserMailList
- All Implemented Interfaces:
Serializable
ValueObject UserMailList
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserMailList(UserMailList otherBean) UserMailList(String mailListName, String userCode) UserMailList(String mailListName, String mailListDescription, String userCode, String fullName, String domainCode, Long id, Date start, Date end, Boolean disabled) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute disabledGets value for attribute domainCodegetEnd()Gets value for attribute endGets value for attribute fullNamegetId()Gets value for attribute idGets value for attribute mailListDescriptionGets value for attribute mailListNamegetStart()Gets value for attribute startGets value for attribute userCodevoidsetDisabled(Boolean disabled) Sets value for attribute disabledvoidsetDomainCode(String domainCode) Sets value for attribute domainCodevoidSets value for attribute endvoidsetFullName(String fullName) Sets value for attribute fullNamevoidSets value for attribute idvoidsetMailListDescription(String mailListDescription) Sets value for attribute mailListDescriptionvoidsetMailListName(String mailListName) Sets value for attribute mailListNamevoidSets value for attribute startvoidsetUserCode(String userCode) Sets value for attribute userCodetoString()Returns a string representation of the value object.
-
Constructor Details
-
UserMailList
public UserMailList() -
UserMailList
-
UserMailList
-
UserMailList
-
-
Method Details
-
getMailListName
Gets value for attribute mailListName -
setMailListName
Sets value for attribute mailListName -
getMailListDescription
Gets value for attribute mailListDescription -
setMailListDescription
Sets value for attribute mailListDescription -
getUserCode
Gets value for attribute userCode -
setUserCode
Sets value for attribute userCode -
getFullName
Gets value for attribute fullName -
setFullName
Sets value for attribute fullName -
getDomainCode
Gets value for attribute domainCode -
setDomainCode
Sets value for attribute domainCode -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getStart
Gets value for attribute start -
setStart
Sets value for attribute start -
getEnd
Gets value for attribute end -
setEnd
Sets value for attribute end -
getDisabled
Gets value for attribute disabled -
setDisabled
Sets value for attribute disabled -
toString
Returns a string representation of the value object.
-