Package com.soffid.iam.am.api
Class ExtranetCard
java.lang.Object
com.soffid.iam.am.api.ExtranetCard
- All Implemented Interfaces:
Serializable
ValueObject ExtranetCard
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtranetCard(ExtranetCard otherBean) ExtranetCard(Long id, String userCode, String code, Calendar outputDate, Calendar expirationDate, String active, Collection<ExtranetCardContent> content) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute activegetCode()Gets value for attribute codeGets value for attribute contentGets value for attribute expirationDategetId()Gets value for attribute idGets value for attribute outputDateGets value for attribute userCodevoidSets value for attribute activevoidSets value for attribute codevoidsetContent(Collection<ExtranetCardContent> content) Sets value for attribute contentvoidsetExpirationDate(Calendar expirationDate) Sets value for attribute expirationDatevoidSets value for attribute idvoidsetOutputDate(Calendar outputDate) Sets value for attribute outputDatevoidsetUserCode(String userCode) Sets value for attribute userCodetoString()Returns a string representation of the value object.
-
Constructor Details
-
ExtranetCard
public ExtranetCard() -
ExtranetCard
public ExtranetCard(Long id, String userCode, String code, Calendar outputDate, Calendar expirationDate, String active, Collection<ExtranetCardContent> content) -
ExtranetCard
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getUserCode
Gets value for attribute userCode -
setUserCode
Sets value for attribute userCode -
getCode
Gets value for attribute code -
setCode
Sets value for attribute code -
getOutputDate
Gets value for attribute outputDate -
setOutputDate
Sets value for attribute outputDate -
getExpirationDate
Gets value for attribute expirationDate -
setExpirationDate
Sets value for attribute expirationDate -
getActive
Gets value for attribute active -
setActive
Sets value for attribute active -
getContent
Gets value for attribute content -
setContent
Sets value for attribute content -
toString
Returns a string representation of the value object.
-