Class MegogoTryAndBuy
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.megogo.common.bean.MegogoTryAndBuy
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class MegogoTryAndBuy extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAMS_COUNT_DAYКастомный тип, на будущееstatic intTYPE_CUSTOMКастомный тип, на будущееstatic intTYPE_FIRST_SERVICEПервый заказ данной конкретной услугиstatic intTYPE_ONLY_FOR_NEWПервая при подключении модуля -
Constructor Summary
Constructors Constructor Description MegogoTryAndBuy() -
Method Summary
Modifier and Type Method Description java.util.HashMap<java.lang.String,java.lang.String>getParams()intgetSid()intgetType()java.lang.StringgetTypeTitle()booleanisUsed()voidsetParams(java.util.HashMap<java.lang.String,java.lang.String> params)voidsetSid(int sid)voidsetType(int type)voidsetUsed(boolean used)Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
TYPE_ONLY_FOR_NEW
public static final int TYPE_ONLY_FOR_NEWПервая при подключении модуля- See Also:
- Constant Field Values
-
TYPE_FIRST_SERVICE
public static final int TYPE_FIRST_SERVICEПервый заказ данной конкретной услуги- See Also:
- Constant Field Values
-
TYPE_CUSTOM
public static final int TYPE_CUSTOMКастомный тип, на будущее- See Also:
- Constant Field Values
-
PARAMS_COUNT_DAY
public static final java.lang.String PARAMS_COUNT_DAYКастомный тип, на будущее- See Also:
- Constant Field Values
-
-
Constructor Details
-
MegogoTryAndBuy
public MegogoTryAndBuy()
-
-
Method Details
-
getSid
public int getSid() -
setSid
public void setSid(int sid) -
getType
public int getType() -
setType
public void setType(int type) -
isUsed
public boolean isUsed() -
setUsed
public void setUsed(boolean used) -
getParams
public java.util.HashMap<java.lang.String,java.lang.String> getParams() -
setParams
public void setParams(java.util.HashMap<java.lang.String,java.lang.String> params) -
getTypeTitle
public java.lang.String getTypeTitle()
-