Class LiveDataEntryDescriptor


  • public class LiveDataEntryDescriptor
    extends Object
    Describes a live data entry.
    Since:
    12.10
    Version:
    $Id: 7bad92cf69c2e7c619228b09b5dfd7102c358035 $
    • Constructor Detail

      • LiveDataEntryDescriptor

        public LiveDataEntryDescriptor()
    • Method Detail

      • getIdProperty

        public String getIdProperty()
        Returns:
        the name of the property that identifies the live data entry
      • setIdProperty

        public void setIdProperty​(String idProperty)
        Sets the name of the property that identifies the live data entry.
        Parameters:
        idProperty - the name of a property of a live data entry
      • initialize

        public void initialize()
        Prevent null values where it's possible.