Class MailList

java.lang.Object
com.soffid.iam.iga.api.MailList
All Implemented Interfaces:
Serializable

public class MailList extends Object implements Serializable
ValueObject MailList
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getDomainName

      public String getDomainName()
      Gets value for attribute domainName
    • setDomainName

      public void setDomainName(String domainName)
      Sets value for attribute domainName
    • getDomainCode

      public String getDomainCode()
      Gets value for attribute domainName
    • setDomainCode

      public void setDomainCode(String domainName)
      Sets value for attribute domainName
    • getDescription

      public String getDescription()
      Gets value for attribute description
    • setDescription

      public void setDescription(String description)
      Sets value for attribute description
    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getLists

      public List<String> getLists()
      Gets value for attribute lists
    • setLists

      public void setLists(List<String> lists)
      Sets value for attribute lists
    • getExternalList

      public List<String> getExternalList()
      Gets value for attribute externalList
    • setExternalList

      public void setExternalList(List<String> externalList)
      Sets value for attribute externalList
    • getRoleMembers

      public List<String> getRoleMembers()
      Gets value for attribute roleMembers
    • setRoleMembers

      public void setRoleMembers(List<String> roleMembers)
      Sets value for attribute roleMembers
    • getGroupMembers

      public List<String> getGroupMembers()
      Gets value for attribute groupMembers
    • setGroupMembers

      public void setGroupMembers(List<String> groupMembers)
      Sets value for attribute groupMembers
    • getUsersList

      public List<String> getUsersList()
      Gets value for attribute usersList
    • setUsersList

      public void setUsersList(List<String> usersList)
      Sets value for attribute usersList
    • getAttributes

      public Map<String,Object> getAttributes()
      Gets value for attribute attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
      Sets value for attribute attributes
    • getListsBelong

      public String getListsBelong()
      Gets value for attribute listsBelong
    • setListsBelong

      public void setListsBelong(String listsBelong)
      Sets value for attribute listsBelong
    • getExplodedUsersList

      public List<String> getExplodedUsersList()
      Gets value for attribute explodedUsersList
    • setExplodedUsersList

      public void setExplodedUsersList(List<String> explodedUsersList)
      Sets value for attribute explodedUsersList
    • getCreatedOn

      public Date getCreatedOn()
      Gets value for attribute createdOn
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Sets value for attribute createdOn
    • getCreatedBy

      public String getCreatedBy()
      Gets value for attribute createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets value for attribute createdBy
    • getUpdatedOn

      public Date getUpdatedOn()
      Gets value for attribute updatedOn
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
      Sets value for attribute updatedOn
    • getUpdatedBy

      public String getUpdatedBy()
      Gets value for attribute updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Sets value for attribute updatedBy
    • getDeletedOn

      public Date getDeletedOn()
      Gets value for attribute deletedOn
    • setDeletedOn

      public void setDeletedOn(Date deletedOn)
      Sets value for attribute deletedOn
    • getDeletedBy

      public String getDeletedBy()
      Gets value for attribute deletedBy
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
      Sets value for attribute deletedBy
    • getDeleted

      public Boolean getDeleted()
      Gets value for attribute deleted
    • setDeleted

      public void setDeleted(Boolean deleted)
      Sets value for attribute deleted
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object