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:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BankAccount.Builder
builder()
long
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
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
-
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
public void setDefaultAccount(boolean defaultAccount) -
setGroupMask
public void setGroupMask(long groupMask) -
setInUse
public void setInUse(boolean inUse) -
setOrganizationId
public void setOrganizationId(int organizationId) -
setPaymentType
-
setPaymentTypeId
public void setPaymentTypeId(int pid) -
builder
-