public class PlaceDisplayProperties extends ExtensibleData
extensionElements, transientProperties| Constructor and Description |
|---|
PlaceDisplayProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
embed(PlaceDisplayProperties data)
Embed a set of display properties.
|
PlaceDisplayProperties |
extensionElement(Object element) |
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.
|
addExtensionElement, embed, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toStringpublic PlaceDisplayProperties id(String id)
ExtensibleDataid in class ExtensibleDataid - The id.public PlaceDisplayProperties extensionElement(Object element)
extensionElement in class ExtensibleDatapublic 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.Copyright © 2016. All rights reserved.