Package com.soffid.iam.api
Class ExtranetCardContent
- java.lang.Object
-
- com.soffid.iam.api.ExtranetCardContent
-
- All Implemented Interfaces:
Serializable
public class ExtranetCardContent extends Object implements Serializable
ValueObject ExtranetCardContent- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtranetCardContent()
ExtranetCardContent(ExtranetCardContent otherBean)
ExtranetCardContent(String rowColumn, String value, Calendar lastUsedDate, String row, String column)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumn()
Gets value for attribute columnCalendar
getLastUsedDate()
Gets value for attribute lastUsedDateString
getRow()
Gets value for attribute rowString
getRowColumn()
Gets value for attribute rowColumnString
getValue()
Gets value for attribute valuevoid
setColumn(String column)
Sets value for attribute columnvoid
setLastUsedDate(Calendar lastUsedDate)
Sets value for attribute lastUsedDatevoid
setRow(String row)
Sets value for attribute rowvoid
setRowColumn(String rowColumn)
Sets value for attribute rowColumnvoid
setValue(String value)
Sets value for attribute valuestatic ExtranetCardContent
toExtranetCardContent(ContingutTargetaExtranet vo)
Creates a ExtranetCardContent value object based on a ContingutTargetaExtranet object.static void
toExtranetCardContent(ContingutTargetaExtranet source, ExtranetCardContent target)
Updates a ExtranetCardContent value object based on a ContingutTargetaExtranet object.static ExtranetCardContent[]
toExtranetCardContentArray(ContingutTargetaExtranet[] source)
Creates a ExtranetCardContent array on a ContingutTargetaExtranet array.static AsyncList<ExtranetCardContent>
toExtranetCardContentAsyncList(AsyncList<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent asynclist on a ContingutTargetaExtranet collection.static PagedResult<ExtranetCardContent>
toExtranetCardContentList(PagedResult<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent pagedResult on a ContingutTargetaExtranet collection.static List<ExtranetCardContent>
toExtranetCardContentList(Collection<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent list on a ContingutTargetaExtranet collection.String
toString()
Returns a string representation of the value object.
-
-
-
Method Detail
-
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.
-
toExtranetCardContent
public static ExtranetCardContent toExtranetCardContent(ContingutTargetaExtranet vo)
Creates a ExtranetCardContent value object based on a ContingutTargetaExtranet object.
-
toExtranetCardContentList
public static List<ExtranetCardContent> toExtranetCardContentList(Collection<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent list on a ContingutTargetaExtranet collection.
-
toExtranetCardContentList
public static PagedResult<ExtranetCardContent> toExtranetCardContentList(PagedResult<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent pagedResult on a ContingutTargetaExtranet collection.
-
toExtranetCardContentAsyncList
public static AsyncList<ExtranetCardContent> toExtranetCardContentAsyncList(AsyncList<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent asynclist on a ContingutTargetaExtranet collection.
-
toExtranetCardContentArray
public static ExtranetCardContent[] toExtranetCardContentArray(ContingutTargetaExtranet[] source)
Creates a ExtranetCardContent array on a ContingutTargetaExtranet array.
-
toExtranetCardContent
public static void toExtranetCardContent(ContingutTargetaExtranet source, ExtranetCardContent target)
Updates a ExtranetCardContent value object based on a ContingutTargetaExtranet object.
-
-