org.gedcomx.common
Interface HasTransientProperties

All Known Implementing Classes:
Address, Agent, Attribution, Collection, CollectionContent, Conclusion, Coverage, Date, DisplayProperties, Document, Event, EventRole, EvidenceReference, ExtensibleData, Fact, Field, FieldDescriptor, FieldValue, FieldValueDescriptor, Gedcomx, Gender, HypermediaEnabledData, Name, NameForm, NamePart, Note, OnlineAccount, Person, PlaceDescription, PlaceDisplayProperties, PlaceReference, RecordDescriptor, RecordSet, Relationship, SourceCitation, SourceDescription, SourceReference, Subject

public interface HasTransientProperties

Author:
Ryan Heaton

Method Summary
 Map<String,Object> getTransientProperties()
          Get the transient properties.
 Object getTransientProperty(String name)
          Get a transient (non-serialized) property.
 void setTransientProperty(String name, Object value)
          Set a transient (non-serialized) property.
 

Method Detail

getTransientProperties

Map<String,Object> getTransientProperties()
Get the transient properties.

Returns:
the transient properties.

getTransientProperty

Object getTransientProperty(String name)
Get a transient (non-serialized) property.

Parameters:
name - The name of the property.
Returns:
The property.

setTransientProperty

void setTransientProperty(String name,
                          Object value)
Set a transient (non-serialized) property.

Parameters:
name - the name of the property.
value - the property value.


Copyright © 2015. All rights reserved.