Class LicenseOrderPermanentNew
java.lang.Object
ru.bitel.common.model.Id
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,Idable
Класс для таблички редактирования новых заказов, для постоянных заказов.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseOrder
LicenseOrder.Builder -
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 TypeMethodDescriptionintintbooleanbooleanvoidsetComponentUnlimit(boolean componentUnlimit) voidsetNumber(int number) voidsetPresentCount(int presentCount) voidsetPresentSum(BigDecimal presentSum) voidsetSumOrder(BigDecimal sumOrder) voidsetTotalCount(Integer totalCount) voidsetTotalSum(BigDecimal totalSum) voidsetUnlimited(boolean unlimited) Methods inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseOrder
builder, equals, getComponentId, getComponentName, getComponentTitle, getCopyId, getCount, getCreateDate, getStatus, getTerm, getType, getUserId, getUserName, isRealyEquals, setComponentId, setComponentName, setComponentTitle, setCopyId, setCount, setCreateDate, setStatus, setTerm, setType, setUserId, setUserNameMethods inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
getLastUpdate, setLastUpdate
-
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
public void setUnlimited(boolean unlimited) -
isComponentUnlimit
public boolean isComponentUnlimit() -
setComponentUnlimit
public void setComponentUnlimit(boolean componentUnlimit)
-