Class ChargeType
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.contract.balance.common.bean.BalanceBaseType
ru.bitel.bgbilling.kernel.contract.balance.common.bean.ChargeType
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
Bean типа расхода, использовать через справочник: getContext().getDirectory( ChargeType.class )....
- See Also:
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.contract.balance.common.bean.BalanceBaseType
editable, parentId, type, TYPE_ALL, TYPE_BRANCH, TYPE_EDITABLE, TYPE_LEAF, TYPE_UNEDITABLE
-
Constructor Summary
ConstructorDescriptionChargeType
(int id, String title, int type, boolean editable, int parentId, boolean payback) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setPayback
(boolean payback) Установка, является ли данный расход возвратом.Methods inherited from class ru.bitel.bgbilling.kernel.contract.balance.common.bean.BalanceBaseType
getEditable, getParentId, getType, setEditable, setParentId, setType
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
ChargeType
public ChargeType() -
ChargeType
-
-
Method Details
-
isPayback
public boolean isPayback()- Returns:
- если данный расход является возвратом = true;
-
setPayback
public void setPayback(boolean payback) Установка, является ли данный расход возвратом.- Parameters:
payback
- - true если возврат
-