Class ConfirmedOrder
java.lang.Object
ru.bitel.bgbilling.modules.license.common.bean.CommonLicenseObject
ru.bitel.bgbilling.modules.license.common.bean.ConfirmedOrder
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.license.common.bean.CommonLicenseObject
id, lastUpdate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getCost()
int
getCount()
getIds()
int
int
getType()
void
setComponentId
(int pid) void
setComponentName
(String productItemName) void
setComponentTitle
(String productItemTitle) void
setCopyId
(int cid) void
setCost
(BigDecimal cost) void
setCount
(int count) void
setDateFrom
(Date date) void
void
void
setOrderId
(int orderId) void
setType
(int type) Methods inherited from class ru.bitel.bgbilling.modules.license.common.bean.CommonLicenseObject
getId, getLastUpdate, setId, setLastUpdate
-
Constructor Details
-
ConfirmedOrder
public ConfirmedOrder()
-
-
Method Details
-
setIds
-
getIds
-
setComponentId
public void setComponentId(int pid) -
getComponentId
public int getComponentId() -
setComponentTitle
-
getComponentTitle
-
setComponentName
-
getComponentName
-
setCopyId
public void setCopyId(int cid) -
getCopyId
public int getCopyId() -
setOrderId
public void setOrderId(int orderId) -
getOrderId
public int getOrderId() -
setDateFrom
-
getDateFrom
-
setDateTo
-
getDateTo
-
setCount
public void setCount(int count) -
getCount
public int getCount() -
setType
public void setType(int type) -
getType
public int getType() -
getCost
-
setCost
-