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
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
int
boolean
boolean
isInUse()
void
setAccount
(String account) void
void
setBankTitle
(String bankTitle) void
setComment
(String comment) void
setCorrespondentAccount
(String correspondentAccount) void
setDefaultAccount
(boolean defaultAccount) void
setGroupMask
(long groupMask) void
setInUse
(boolean inUse) void
setOrganizationId
(int organizationId) void
setPaymentType
(String paymentType) void
setPaymentTypeId
(int pid) Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
BankAccount
public BankAccount()
-
-
Method Details
-
getOrganizationId
public int getOrganizationId() -
setOrganizationId
public void setOrganizationId(int organizationId) -
getBankTitle
-
setBankTitle
-
getAccount
-
setAccount
-
getBankIdentificationCode
-
setBankIdentificationCode
-
getCorrespondentAccount
-
setCorrespondentAccount
-
getPaymentTypeId
public int getPaymentTypeId() -
setPaymentTypeId
public void setPaymentTypeId(int pid) -
getPaymentType
-
setPaymentType
-
getGroupMask
public long getGroupMask() -
setGroupMask
public void setGroupMask(long groupMask) -
getComment
-
setComment
-
isDefaultAccount
public boolean isDefaultAccount() -
setDefaultAccount
public void setDefaultAccount(boolean defaultAccount) -
isInUse
public boolean isInUse() -
setInUse
public void setInUse(boolean inUse)
-