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 Details

    • 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.