public class UserLegal extends User
| Constructor and Description |
|---|
UserLegal()
Instantiates new UserLegal object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompanyNumber() |
Address |
getHeadquartersAddress() |
LegalPersonType |
getLegalPersonType() |
Address |
getLegalRepresentativeAddress() |
java.lang.Long |
getLegalRepresentativeBirthday() |
CountryIso |
getLegalRepresentativeCountryOfResidence() |
java.lang.String |
getLegalRepresentativeEmail() |
java.lang.String |
getLegalRepresentativeFirstName() |
java.lang.String |
getLegalRepresentativeLastName() |
CountryIso |
getLegalRepresentativeNationality() |
java.lang.String |
getName() |
java.lang.String |
getProofOfRegistration() |
java.util.ArrayList<java.lang.String> |
getReadOnlyProperties()
Gets the collection of read-only fields names.
|
java.lang.String |
getShareholderDeclaration() |
java.lang.String |
getStatute() |
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
void |
setCompanyNumber(java.lang.String companyNumber) |
void |
setHeadquartersAddress(Address headquartersAddress) |
void |
setLegalPersonType(LegalPersonType legalPersonType) |
void |
setLegalRepresentativeAddress(Address legalRepresentativeAddress) |
void |
setLegalRepresentativeBirthday(java.lang.Long legalRepresentativeBirthday) |
void |
setLegalRepresentativeCountryOfResidence(CountryIso legalRepresentativeCountryOfResidence) |
void |
setLegalRepresentativeEmail(java.lang.String legalRepresentativeEmail) |
void |
setLegalRepresentativeFirstName(java.lang.String legalRepresentativeFirstName) |
void |
setLegalRepresentativeLastName(java.lang.String legalRepresentativeLastName) |
void |
setLegalRepresentativeNationality(CountryIso legalRepresentativeNationality) |
void |
setName(java.lang.String name) |
void |
setProofOfRegistration(java.lang.String proofOfRegistration) |
void |
setShareholderDeclaration(java.lang.String shareholderDeclaration) |
void |
setStatute(java.lang.String statute) |
getEmail, getKycLevel, getPersonType, getTermsAndConditionsAcceptedDate, getUserCategory, isTermsAndConditionsAccepted, setEmail, setKycLevel, setPersonType, setTermsAndConditionsAccepted, setUserCategorygetCreationDate, getId, getTag, setCreationDate, setId, setTaggetDependentObjects, getValuespublic java.lang.String getName()
public void setName(java.lang.String name)
public LegalPersonType getLegalPersonType()
public void setLegalPersonType(LegalPersonType legalPersonType)
public Address getHeadquartersAddress()
public void setHeadquartersAddress(Address headquartersAddress)
public java.lang.String getLegalRepresentativeFirstName()
public void setLegalRepresentativeFirstName(java.lang.String legalRepresentativeFirstName)
public java.lang.String getLegalRepresentativeLastName()
public void setLegalRepresentativeLastName(java.lang.String legalRepresentativeLastName)
public Address getLegalRepresentativeAddress()
public void setLegalRepresentativeAddress(Address legalRepresentativeAddress)
public java.lang.String getLegalRepresentativeEmail()
public void setLegalRepresentativeEmail(java.lang.String legalRepresentativeEmail)
public java.lang.Long getLegalRepresentativeBirthday()
public void setLegalRepresentativeBirthday(java.lang.Long legalRepresentativeBirthday)
public CountryIso getLegalRepresentativeNationality()
public void setLegalRepresentativeNationality(CountryIso legalRepresentativeNationality)
public CountryIso getLegalRepresentativeCountryOfResidence()
public void setLegalRepresentativeCountryOfResidence(CountryIso legalRepresentativeCountryOfResidence)
public java.lang.String getStatute()
public void setStatute(java.lang.String statute)
public java.lang.String getProofOfRegistration()
public void setProofOfRegistration(java.lang.String proofOfRegistration)
public java.lang.String getShareholderDeclaration()
public void setShareholderDeclaration(java.lang.String shareholderDeclaration)
public java.lang.String getCompanyNumber()
public void setCompanyNumber(java.lang.String companyNumber)
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
getSubObjects in class Dtopublic java.util.ArrayList<java.lang.String> getReadOnlyProperties()
getReadOnlyProperties in class User