- All Known Subinterfaces:
CommentAccessor.CommentProperty
public interface CommentAccessor
Provides an accessor for a comment property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a comment property returning the builder for applying multiple build operations.static interface
Provides a mutator for a comment property.static interface
Provides a comment property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the comment from the comment property.
-
Method Details
-
getComment
String getComment()Retrieves the comment from the comment property.- Returns:
- The comment stored by the comment property.
-