Package org.gedcomx.conclusion
Class PlaceDisplayProperties
java.lang.Object
org.gedcomx.common.ExtensibleData
org.gedcomx.conclusion.PlaceDisplayProperties
- All Implemented Interfaces:
HasTransientProperties,SupportsExtensionElements
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidembed(PlaceDisplayProperties data) Embed a set of display properties.booleanextensionElement(Object element) Build up these properties with a full name.The displayable full name of the place.getName()The displayable name of the place.getType()The displayable type of the place.inthashCode()Build up this object with an id.Build up these properties with a name.voidsetFullName(String name) The displayable full name of the place.voidThe displayable name of the place.voidThe displayable type of the place.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
-
Constructor Details
-
PlaceDisplayProperties
public PlaceDisplayProperties() -
PlaceDisplayProperties
-
-
Method Details
-
id
Description copied from class:ExtensibleDataBuild up this object with an id.- Overrides:
idin classExtensibleData- Parameters:
id- The id.- Returns:
- this.
-
extensionElement
- Overrides:
extensionElementin classExtensibleData
-
getName
The displayable name of the place.- Returns:
- The displayable name of the place.
-
setName
The displayable name of the place.- Parameters:
name- The displayable name of the place.
-
name
Build up these properties with a name.- Parameters:
name- The name.- Returns:
- this.
-
getFullName
The displayable full name of the place.- Returns:
- The displayable full name of the place.
-
setFullName
The displayable full name of the place.- Parameters:
name- The displayable full name of the place.
-
fullName
Build up these properties with a full name.- Parameters:
name- The name.- Returns:
- this.
-
getType
The displayable type of the place.- Returns:
- The displayable type of the place.
-
setType
The displayable type of the place.- Parameters:
type- The displayable type of the place.
-
type
Build up these properties with a type.- Parameters:
type- The type.- Returns:
- this.
-
embed
Embed a set of display properties.- Parameters:
data- The data to embed.
-
equals
-
hashCode
public int hashCode()
-