Package org.gedcomx.common
Interface HasTransientProperties
-
- All Known Implementing Classes:
Address,Agent,Attribution,Collection,CollectionContent,Conclusion,Coverage,Date,DisplayProperties,Document,Event,EventRole,EvidenceReference,ExtensibleData,Fact,FamilyView,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getTransientProperties()Get the transient properties.ObjectgetTransientProperty(String name)Get a transient (non-serialized) property.voidsetTransientProperty(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.
-
-