Package com.soffid.iam.am.api
Class ExtranetCardContent
java.lang.Object
com.soffid.iam.am.api.ExtranetCardContent
- All Implemented Interfaces:
Serializable
ValueObject ExtranetCardContent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtranetCardContent(ExtranetCardContent otherBean) ExtranetCardContent(String rowColumn, String value, Calendar lastUsedDate, String row, String column) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute columnGets value for attribute lastUsedDategetRow()Gets value for attribute rowGets value for attribute rowColumngetValue()Gets value for attribute valuevoidSets value for attribute columnvoidsetLastUsedDate(Calendar lastUsedDate) Sets value for attribute lastUsedDatevoidSets value for attribute rowvoidsetRowColumn(String rowColumn) Sets value for attribute rowColumnvoidSets value for attribute valuetoString()Returns a string representation of the value object.
-
Constructor Details
-
ExtranetCardContent
public ExtranetCardContent() -
ExtranetCardContent
-
ExtranetCardContent
-
-
Method Details
-
getRowColumn
Gets value for attribute rowColumn -
setRowColumn
Sets value for attribute rowColumn -
getValue
Gets value for attribute value -
setValue
Sets value for attribute value -
getLastUsedDate
Gets value for attribute lastUsedDate -
setLastUsedDate
Sets value for attribute lastUsedDate -
getRow
Gets value for attribute row -
setRow
Sets value for attribute row -
getColumn
Gets value for attribute column -
setColumn
Sets value for attribute column -
toString
Returns a string representation of the value object.
-