public class LegalOrganizationForm extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
country |
protected List<LocalizedString> |
description |
protected String |
englishDescription |
protected Long |
id |
protected List<LocalizedString> |
shortcut |
| Constructor and Description |
|---|
LegalOrganizationForm() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCountry()
The two-letter code of the country the legal organization form is used in (ISO 3166-1 alpha-2 format).
|
List<LocalizedString> |
getDescription()
The localized descriptions of the legal organization form.
|
String |
getEnglishDescription()
The English name of the legal organization form.
|
Long |
getId()
A unique identifier for the object.
|
List<LocalizedString> |
getShortcut()
The localized shortcuts of the legal organization form.
|
int |
hashCode() |
String |
toString() |
protected String country
protected List<LocalizedString> description
protected String englishDescription
protected Long id
protected List<LocalizedString> shortcut
public String getCountry()
public List<LocalizedString> getDescription()
public String getEnglishDescription()
public Long getId()
public List<LocalizedString> getShortcut()
Copyright © 2024. All rights reserved.