Class MangoAccount
java.lang.Object
ru.bitel.bgbilling.modules.mangooffice.common.bean.MangoAccount
-
Constructor Summary
ConstructorDescriptionMangoAccount
(int contractId, int accountId, String control, String password) -
Method Summary
Modifier and TypeMethodDescriptionint
Id Аккаунт, пренадлежит и задется Mangoint
void
setAccountId
(int accountId) void
setContractId
(int contractId) void
setControl
(String control) void
setPassword
(String password) toString()
-
Constructor Details
-
MangoAccount
public MangoAccount() -
MangoAccount
-
-
Method Details
-
getContractId
public int getContractId() -
setContractId
public void setContractId(int contractId) -
getAccountId
public int getAccountId()Id Аккаунт, пренадлежит и задется Mango -
setAccountId
public void setAccountId(int accountId) -
getControl
-
setControl
-
getPassword
-
setPassword
-
toString
-