Class LicenseOrderPermanentNew
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
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_NEW
Fields 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 TypeMethodDescriptionint
int
boolean
boolean
void
setComponentUnlimit
(boolean componentUnlimit) void
setNumber
(int number) void
setPresentCount
(int presentCount) void
setPresentSum
(BigDecimal presentSum) void
setSumOrder
(BigDecimal sumOrder) void
setTotalCount
(Integer totalCount) void
setTotalSum
(BigDecimal totalSum) void
setUnlimited
(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, setUserName
Methods inherited from class ru.bitel.bgbilling.modules.license.common.bean.LicenseCommonObject
getLastUpdate, setLastUpdate
Methods inherited from class ru.bitel.common.model.Id
copyTo, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId, toString
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError
-
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)
-