Class BankAccount
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.bill.common.bean.BankAccount
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
Замена для bitel.billing.server.bill.bean.Account. Пока два класса, для 6.2-7.0.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintintbooleanbooleanisInUse()setAccount(String account) setBankTitle(String bankTitle) setComment(String comment) setCorrespondentAccount(String correspondentAccount) setDefaultAccount(boolean defaultAccount) setGroupMask(long groupMask) setId(int id) Устанавливает id объектаsetInUse(boolean inUse) setOrganizationId(int organizationId) setPaymentType(String paymentType) setPaymentTypeId(int pid) Устанавливает название (описание) объектаMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
BankAccount
public BankAccount()
-
-
Method Details
-
getAccount
-
getBankIdentificationCode
-
getBankTitle
-
getComment
-
getCorrespondentAccount
-
getGroupMask
public long getGroupMask() -
getOrganizationId
public int getOrganizationId() -
getPaymentType
-
getPaymentTypeId
public int getPaymentTypeId() -
isDefaultAccount
public boolean isDefaultAccount() -
isInUse
public boolean isInUse() -
setAccount
-
setBankIdentificationCode
-
setBankTitle
-
setComment
-
setCorrespondentAccount
-
setDefaultAccount
-
setGroupMask
-
setId
Description copied from class:IdУстанавливает id объекта -
setInUse
-
setOrganizationId
-
setPaymentType
-
setPaymentTypeId
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-