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() |
List<LocalizedString> |
getDescription() |
String |
getEnglishDescription() |
Long |
getId()
The ID is the primary key of the entity.
|
List<LocalizedString> |
getShortcut() |
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 © 2022. All rights reserved.