Package ome.model.roi

Class Path

    • Field Detail

      • OWNER_FILTER

        public static final java.lang.String OWNER_FILTER
        Deprecated.
        See Also:
        Constant Field Values
      • GROUP_FILTER

        public static final java.lang.String GROUP_FILTER
        Deprecated.
        See Also:
        Constant Field Values
      • EVENT_FILTER

        public static final java.lang.String EVENT_FILTER
        Deprecated.
        See Also:
        Constant Field Values
      • PERMS_FILTER

        public static final java.lang.String PERMS_FILTER
        Deprecated.
        See Also:
        Constant Field Values
      • d

        protected java.lang.String d
        Deprecated.
      • textValue

        protected java.lang.String textValue
        Deprecated.
      • FIELDS

        public static final java.util.Set<java.lang.String> FIELDS
        Deprecated.
    • Constructor Detail

      • Path

        public Path()
        Deprecated.
      • Path

        protected Path​(java.lang.Long id)
        Deprecated.
      • Path

        public Path​(java.lang.Long id,
                    boolean loaded)
        Deprecated.
        Main constructor.
    • Method Detail

      • getD

        @Field(index=TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.String getD()
        Deprecated.
        Simple field ome.model.roi.Path.d (java.lang.String)
      • setD

        public void setD​(java.lang.String d)
        Deprecated.
      • getTextValue

        @Field(index=TOKENIZED) @Field(index=TOKENIZED,analyzer=@Analyzer(impl=ConfiguredAnalyzer.class),name="combined_fields")
        public java.lang.String getTextValue()
        Deprecated.
        Simple field ome.model.roi.Path.textValue (java.lang.String)
      • setTextValue

        public void setTextValue​(java.lang.String textValue)
        Deprecated.
      • isValid

        public boolean isValid()
        Deprecated.
        Description copied from interface: IObject
        calls the class-specific validator for this instance and returns the value from Validation.isValid()
        Specified by:
        isValid in interface IObject
        Overrides:
        isValid in class Shape
      • validate

        public Validation validate()
        Deprecated.
        Description copied from interface: IObject
        calls the class-specific validator for this instance and returns the Validation object.
        Specified by:
        validate in interface IObject
        Overrides:
        validate in class Shape
        Returns:
        Validation collecting parameter.
      • newInstance

        public Path newInstance()
        Deprecated.
      • proxy

        public Path proxy()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class Shape
      • fields

        public java.util.Set<java.lang.String> fields()
        Deprecated.
        Description copied from interface: IObject
        returns a Set of field names that belong to this class
        Specified by:
        fields in interface IObject
        Overrides:
        fields in class Shape
      • retrieve

        public java.lang.Object retrieve​(java.lang.String field)
        Deprecated.
        Description copied from interface: IObject
        retrieves a value from this instance. Values for field which match a field of this instance will be delegated to the accessors. Otherwise, values will be retrieved from a lazy-loaded map filled by calls to IObject.putAt(String, Object)
        Specified by:
        retrieve in interface IObject
        Overrides:
        retrieve in class Shape
      • putAt

        public void putAt​(java.lang.String field,
                          java.lang.Object value)
        Deprecated.
        Description copied from interface: IObject
        stores a value in this instance. Values for field which match a field of this instance will be delegated to the accessors. Otherwise, values will be stored in a lazy-loaded map.
        Specified by:
        putAt in interface IObject
        Overrides:
        putAt in class Shape
        Parameters:
        field - Field name
        value - Any object to be stored.
      • unload

        public void unload()
        Deprecated.
        Description copied from interface: IObject
        set the loaded field to false, and set all non-ID fields to null. Subsequent calls to all accessors other than getId/setId will throw an ApiUsageException
        Specified by:
        unload in interface IObject
        Overrides:
        unload in class Shape
      • throwNullCollectionException

        protected void throwNullCollectionException​(java.lang.String propertyName)
        Deprecated.
        Overrides:
        throwNullCollectionException in class Shape