|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.common.ExtensibleData
org.gedcomx.conclusion.PlaceDisplayProperties
public class PlaceDisplayProperties
A set of display properties for places for the convenience of quick display, such as for a Web-based application. All display properties are provided in the default locale for the current application context and are NOT considered canonical for the purposes of data exchange.
| Field Summary |
|---|
| Fields inherited from class org.gedcomx.common.ExtensibleData |
|---|
extensionElements, transientProperties |
| Constructor Summary | |
|---|---|
PlaceDisplayProperties()
|
|
| Method Summary | |
|---|---|
void |
embed(PlaceDisplayProperties data)
Embed a set of display properties. |
PlaceDisplayProperties |
fullName(String name)
Build up these properties with a full name. |
String |
getFullName()
The displayable full name of the place. |
String |
getName()
The displayable name of the place. |
String |
getType()
The displayable type of the place. |
PlaceDisplayProperties |
id(String id)
Build up this object with an id. |
PlaceDisplayProperties |
name(String name)
Build up these properties with a name. |
void |
setFullName(String name)
The displayable full name of the place. |
void |
setName(String name)
The displayable name of the place. |
void |
setType(String type)
The displayable type of the place. |
PlaceDisplayProperties |
type(String type)
Build up these properties with a type. |
| Methods inherited from class org.gedcomx.common.ExtensibleData |
|---|
addExtensionElement, embed, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlaceDisplayProperties()
| Method Detail |
|---|
public PlaceDisplayProperties id(String id)
ExtensibleData
id in class ExtensibleDataid - The id.public String getName()
public void setName(String name)
name - The displayable name of the place.public PlaceDisplayProperties name(String name)
name - The name.
public String getFullName()
public void setFullName(String name)
name - The displayable full name of the place.public PlaceDisplayProperties fullName(String name)
name - The name.
public String getType()
public void setType(String type)
type - The displayable type of the place.public PlaceDisplayProperties type(String type)
type - The type.
public void embed(PlaceDisplayProperties data)
data - The data to embed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||