public static class Document.Counterparties.Counterparty extends Counterparty
| Modifier and Type | Field and Description |
|---|---|
protected BankAccount |
bankAccount
Расчетный счёт Контрагента в банке
|
protected RoleType |
role
Роль
|
protected Storage |
storage
Содержит информацию о складе контрагента
|
address, addressForm, bankAccounts, birthday, birthplace, comment, contacts, director, egrpo, firstName, fullName, gender, id, identityCard, inn, kpp, lastName, legalAddress, mainActivity, middleName, name, officialName, okdp, okfs, okopf, okpo, okved, post, registerDate, registrationAddress, representatives, workPlace| Constructor and Description |
|---|
Counterparty() |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
getBankAccount()
Расчетный счёт Контрагента в банке
|
RoleType |
getRole()
Роль
|
Storage |
getStorage()
Содержит информацию о складе контрагента
|
void |
setBankAccount(BankAccount bankAccount)
Расчетный счёт Контрагента в банке
|
void |
setRole(RoleType role)
Роль
|
void |
setStorage(Storage storage)
Содержит информацию о складе контрагента
|
getAddress, getAddressForm, getBankAccounts, getBirthday, getBirthplace, getComment, getContacts, getDirector, getEGRPO, getFirstName, getFullName, getGender, getId, getIdentityCard, getINN, getKPP, getLastName, getLegalAddress, getMainActivity, getMiddleName, getName, getOfficialName, getOKDP, getOKFS, getOKOPF, getOKPO, getOKVED, getPost, getRegisterDate, getRegistrationAddress, getRepresentatives, getWorkPlace, setAddress, setAddressForm, setBankAccounts, setBirthday, setBirthplace, setComment, setContacts, setDirector, setEGRPO, setFirstName, setFullName, setGender, setId, setIdentityCard, setINN, setKPP, setLastName, setLegalAddress, setMainActivity, setMiddleName, setName, setOfficialName, setOKDP, setOKFS, setOKOPF, setOKPO, setOKVED, setPost, setRegisterDate, setRegistrationAddress, setRepresentatives, setWorkPlaceprotected RoleType role
protected BankAccount bankAccount
protected Storage storage
public RoleType getRole()
public void setRole(RoleType role)
role - public BankAccount getBankAccount()
public void setBankAccount(BankAccount bankAccount)
bankAccount - public Storage getStorage()
public void setStorage(Storage storage)
storage -