public class I18nEntity<T extends DescribableEntity> extends IdEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ENTITY |
static String |
PROPERTY_LOCALE |
PROPERTY_ID| Constructor and Description |
|---|
I18nEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
T |
getEntity() |
String |
getLocale() |
String |
getLongName() |
String |
getName() |
String |
getShortName() |
boolean |
hasDescription() |
boolean |
hasLongName() |
boolean |
hasName() |
boolean |
hasShortName() |
void |
setDescription(String description) |
void |
setEntity(T entity) |
void |
setLocale(String locale) |
void |
setLongName(String longName) |
void |
setName(String name) |
void |
setShortName(String shortName) |
public static final String PROPERTY_LOCALE
public static final String PROPERTY_ENTITY
public T getEntity()
public void setEntity(T entity)
public String getLocale()
public void setLocale(String locale)
public String getName()
public void setName(String name)
public String getShortName()
public void setShortName(String shortName)
public String getLongName()
public void setLongName(String longName)
public String getDescription()
public void setDescription(String description)
public boolean hasName()
public boolean hasDescription()
public boolean hasLongName()
public boolean hasShortName()
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.