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.String
getComment()
Get the comment.void
setComment(java.lang.String value)
Set the comment.java.lang.String
toString()
-
Methods inherited from class org.apache.sling.provisioning.model.Traceable
getLocation, setLocation
-
-