Class Commentable

java.lang.Object
org.apache.sling.provisioning.model.Traceable
org.apache.sling.provisioning.model.Commentable
Direct Known Subclasses:
Artifact, Configuration, Feature, ItemList, KeyValueMap, Section

public abstract class Commentable extends Traceable
A commentable has a comment and a location. Both are optional.
  • Constructor Details

    • Commentable

      public Commentable()
  • Method Details

    • getComment

      public String getComment()
      Get the comment.
      Returns:
      The comment or null.
    • setComment

      public void setComment(String value)
      Set the comment.
      Parameters:
      value - The new comment.
    • toString

      public String toString()
      Overrides:
      toString in class Traceable