java.lang.Object
overit.geocallapp.wfm.core.bl.mobilecard.card.MobileCard
All Implemented Interfaces:
Serializable

public class MobileCard extends Object implements Serializable
Object representing the Mobile Card.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • MobileCard

      public MobileCard()
  • Method Details

    • getId

      public Long getId()
      Returns the Id.
      Returns:
      the Id
    • setId

      public void setId(Long id)
      Sets the Id.
      Parameters:
      id - the Id
    • getType

      public MobileCardType getType()
      Returns the Type.
      Returns:
      the Type
    • setType

      public void setType(MobileCardType type)
      Sets the Type.
      Parameters:
      type - the Type
    • getProperties

      public MobileCardProperties getProperties()
      Returns the Properties.
      Returns:
      the Properties
    • setProperties

      public void setProperties(MobileCardProperties properties)
      Sets the Properties.
      Parameters:
      properties - the Properties