Class CardAction
java.lang.Object
ru.bitel.bgbilling.modules.card.server.bean.CardAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfloatfloatgetCost()intgetDoc()intgetId()getTime()intgetType()intsetCardCount(int cardCount) setCardSumma(float cardSumma) setCost(float cost) setDealerId(int dealerId) setDealerTitle(String dealerTitle) setId(int id) setType(int type) setUserId(int userId)
-
Constructor Details
-
CardAction
public CardAction()
-
-
Method Details
-
getDoc
-
setDoc
-
getUserId
public int getUserId() -
setUserId
-
getCardCount
public int getCardCount() -
setCardCount
-
getCardSumma
public float getCardSumma() -
setCardSumma
-
getCost
public float getCost() -
setCost
-
getDealerId
public int getDealerId() -
setDealerId
-
getTime
-
setTime
-
getType
public int getType() -
setType
-
getId
public int getId() -
setId
-
getDealerTitle
-
setDealerTitle
-