Class CardActionCard

java.lang.Object
ru.bitel.bgbilling.modules.card.server.bean.CardActionCard

public class CardActionCard
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    CardActionCard()  
  • Method Summary

    Modifier and Type Method Description
    int getActionId()  
    long getCardId()  
    void setActionId​(int actionId)  
    void setCardId​(long cardId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CardActionCard

      public CardActionCard()
  • Method Details

    • getActionId

      public int getActionId()
    • setActionId

      public void setActionId​(int actionId)
    • getCardId

      public long getCardId()
    • setCardId

      public void setCardId​(long cardId)