Class UserMailList

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

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

  • Method Details

    • getMailListName

      public String getMailListName()
      Gets value for attribute mailListName
    • setMailListName

      public void setMailListName(String mailListName)
      Sets value for attribute mailListName
    • getMailListDescription

      public String getMailListDescription()
      Gets value for attribute mailListDescription
    • setMailListDescription

      public void setMailListDescription(String mailListDescription)
      Sets value for attribute mailListDescription
    • getUserCode

      public String getUserCode()
      Gets value for attribute userCode
    • setUserCode

      public void setUserCode(String userCode)
      Sets value for attribute userCode
    • getFullName

      public String getFullName()
      Gets value for attribute fullName
    • setFullName

      public void setFullName(String fullName)
      Sets value for attribute fullName
    • getDomainCode

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

      public void setDomainCode(String domainCode)
      Sets value for attribute domainCode
    • getId

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

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

      public Date getStart()
      Gets value for attribute start
    • setStart

      public void setStart(Date start)
      Sets value for attribute start
    • getEnd

      public Date getEnd()
      Gets value for attribute end
    • setEnd

      public void setEnd(Date end)
      Sets value for attribute end
    • getDisabled

      public Boolean getDisabled()
      Gets value for attribute disabled
    • setDisabled

      public void setDisabled(Boolean disabled)
      Sets value for attribute disabled
    • toString

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