Class ExtranetCardContent

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

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

    • ExtranetCardContent

      public ExtranetCardContent()
    • ExtranetCardContent

      public ExtranetCardContent(String rowColumn, String value, Calendar lastUsedDate, String row, String column)
    • ExtranetCardContent

      public ExtranetCardContent(ExtranetCardContent otherBean)
  • Method Details

    • getRowColumn

      public String getRowColumn()
      Gets value for attribute rowColumn
    • setRowColumn

      public void setRowColumn(String rowColumn)
      Sets value for attribute rowColumn
    • getValue

      public String getValue()
      Gets value for attribute value
    • setValue

      public void setValue(String value)
      Sets value for attribute value
    • getLastUsedDate

      public Calendar getLastUsedDate()
      Gets value for attribute lastUsedDate
    • setLastUsedDate

      public void setLastUsedDate(Calendar lastUsedDate)
      Sets value for attribute lastUsedDate
    • getRow

      public String getRow()
      Gets value for attribute row
    • setRow

      public void setRow(String row)
      Sets value for attribute row
    • getColumn

      public String getColumn()
      Gets value for attribute column
    • setColumn

      public void setColumn(String column)
      Sets value for attribute column
    • toString

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