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
Modifier and TypeMethodDescriptionGet the transient properties.getTransientProperty(String name) Get a transient (non-serialized) property.voidsetTransientProperty(String name, Object value) Set a transient (non-serialized) property.
-
Method Details
-
getTransientProperties
Get the transient properties.- Returns:
- the transient properties.
-
getTransientProperty
Get a transient (non-serialized) property.- Parameters:
name- The name of the property.- Returns:
- The property.
-
setTransientProperty
Set a transient (non-serialized) property.- Parameters:
name- the name of the property.value- the property value.
-