Class PropertyDeprecationDescriptor

java.lang.Object
org.nuxeo.ecm.core.schema.PropertyDeprecationDescriptor

@Deprecated(since="11.1") public class PropertyDeprecationDescriptor extends Object
Deprecated.
since 11.1, use PropertyDescriptor instead
Since:
9.2
  • Field Details

    • schema

      protected String schema
      Deprecated.
    • name

      protected String name
      Deprecated.
    • fallback

      protected String fallback
      Deprecated.
    • deprecated

      protected boolean deprecated
      Deprecated.
  • Constructor Details

    • PropertyDeprecationDescriptor

      public PropertyDeprecationDescriptor()
      Deprecated.
  • Method Details

    • getSchema

      public String getSchema()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • getFallback

      public String getFallback()
      Deprecated.
    • isDeprecated

      public boolean isDeprecated()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toPropertyDescriptor

      protected PropertyDescriptor toPropertyDescriptor()
      Deprecated.