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 intgetActionId()longgetCardId()voidsetActionId(int actionId)voidsetCardId(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)
-