Class MobileCard
java.lang.Object
overit.geocallapp.wfm.core.bl.mobilecard.card.MobileCard
- All Implemented Interfaces:
Serializable
Object representing the Mobile Card.
- Since:
- 13.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the Id.Returns the Properties.getType()Returns the Type.voidSets the Id.voidsetProperties(MobileCardProperties properties) Sets the Properties.voidsetType(MobileCardType type) Sets the Type.
-
Constructor Details
-
MobileCard
public MobileCard()
-
-
Method Details
-
getId
Returns the Id.- Returns:
- the Id
-
setId
Sets the Id.- Parameters:
id- the Id
-
getType
Returns the Type.- Returns:
- the Type
-
setType
Sets the Type.- Parameters:
type- the Type
-
getProperties
Returns the Properties.- Returns:
- the Properties
-
setProperties
Sets the Properties.- Parameters:
properties- the Properties
-