Class LicenseOrderTestNew
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.LicenseOrderTestNew
- 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
ConstructorsConstructorDescriptionLicenseOrderTestNew(int componentId, String name, boolean componentUnlimit, int copyId) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanvoidsetComponentUnlimit(boolean componentUnlimit) voidsetNumber(int number) voidvoidsetUnlimited(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, setCount, setCreateDate, setId, setLastUpdate, setStatus, 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
-
LicenseOrderTestNew
public LicenseOrderTestNew() -
LicenseOrderTestNew
-
-
Method Details
-
getNumber
public int getNumber() -
setNumber
public void setNumber(int number) -
getToDate
-
setToDate
-
isUnlimited
public boolean isUnlimited() -
setUnlimited
public void setUnlimited(boolean unlimited) -
isComponentUnlimit
public boolean isComponentUnlimit() -
setComponentUnlimit
public void setComponentUnlimit(boolean componentUnlimit)
-