Class ExtranetCard

java.lang.Object
com.soffid.iam.am.api.ExtranetCard
All Implemented Interfaces:
Serializable

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

  • Method Details

    • getId

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

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

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

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

      public String getCode()
      Gets value for attribute code
    • setCode

      public void setCode(String code)
      Sets value for attribute code
    • getOutputDate

      public Calendar getOutputDate()
      Gets value for attribute outputDate
    • setOutputDate

      public void setOutputDate(Calendar outputDate)
      Sets value for attribute outputDate
    • getExpirationDate

      public Calendar getExpirationDate()
      Gets value for attribute expirationDate
    • setExpirationDate

      public void setExpirationDate(Calendar expirationDate)
      Sets value for attribute expirationDate
    • getActive

      public String getActive()
      Gets value for attribute active
    • setActive

      public void setActive(String active)
      Sets value for attribute active
    • getContent

      public Collection<ExtranetCardContent> getContent()
      Gets value for attribute content
    • setContent

      public void setContent(Collection<ExtranetCardContent> content)
      Sets value for attribute content
    • toString

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