Class LicenseOrderPermanentNew
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
ru.bitel.bgbilling.modules.license.common.bean.LicenseOrder
ru.bitel.bgbilling.modules.license.common.bean.LicenseOrderPermanentNew
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
Класс для таблички редактирования новых заказов, для постоянных заказов.
- See Also:
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseOrder
STATUS_CONFIRMED, STATUS_DENIED, STATUS_EXECUTED, STATUS_NEWFields inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
lastUpdate -
Constructor Summary
ConstructorsConstructorDescriptionLicenseOrderPermanentNew(int componentId, String name, int presentCount, BigDecimal presentSum, boolean componentUnlimit, int copyId) -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleansetComponentUnlimit(boolean componentUnlimit) setCount(int count) voidsetNumber(int number) voidsetPresentCount(int presentCount) voidsetPresentSum(BigDecimal presentSum) setStatus(int status) voidsetSumOrder(BigDecimal sumOrder) setTotalCount(Integer totalCount) setTotalSum(BigDecimal totalSum) setUnlimited(boolean unlimited) Methods inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseOrder
equals, getComponentId, getComponentName, getComponentTitle, getCopyId, getCount, getCreateDate, getStatus, getTerm, getType, getUserId, getUserName, isRealyEquals, setComponentId, setComponentName, setComponentTitle, setCopyId, setCreateDate, setId, setLastUpdate, setTerm, setType, setUserId, setUserNameMethods inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
getLastUpdateMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, setTitle, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
LicenseOrderPermanentNew
public LicenseOrderPermanentNew() -
LicenseOrderPermanentNew
public LicenseOrderPermanentNew(int componentId, String name, int presentCount, BigDecimal presentSum, boolean componentUnlimit, int copyId)
-
-
Method Details
-
getNumber
public int getNumber() -
setNumber
public void setNumber(int number) -
getSumOrder
-
setSumOrder
-
getPresentCount
public int getPresentCount() -
setPresentCount
public void setPresentCount(int presentCount) -
getPresentSum
-
setPresentSum
-
getTotalCount
-
setTotalCount
-
getTotalSum
-
setTotalSum
-
isUnlimited
public boolean isUnlimited() -
setUnlimited
-
isComponentUnlimit
public boolean isComponentUnlimit() -
setComponentUnlimit
-
setStatus
- Overrides:
setStatusin classLicenseOrder
-
setCount
- Overrides:
setCountin classLicenseOrder
-