Class Deprecation

java.lang.Object
dev.getelements.elements.rt.manifest.Deprecation
All Implemented Interfaces:
Serializable

public class Deprecation extends Object implements Serializable
See Also:
  • Constructor Details

    • Deprecation

      public Deprecation()
  • Method Details

    • isDeprecated

      public boolean isDeprecated()
    • setDeprecated

      public void setDeprecated(boolean deprecated)
    • getDeprecationMessage

      public String getDeprecationMessage()
    • setDeprecationMessage

      public void setDeprecationMessage(String deprecationMessage)
    • from

      public static Deprecation from(DeprecationDefinition deprecationDefinition)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object