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 Summary
Constructors Constructor Description Commentable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Get the comment.voidsetComment(java.lang.String value)Set the comment.java.lang.StringtoString()-
Methods inherited from class org.apache.sling.provisioning.model.Traceable
getLocation, setLocation
-
-