|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.core.domain.PropertyComment.Builder
public static final class PropertyComment.Builder
The property comment instance builder.
Constructor Summary | |
---|---|
PropertyComment.Builder() |
Method Summary | |
---|---|
PropertyComment |
build() Creates the property comment instance. |
PropertyComment.Builder |
with(PropertyValueComment valueComment) Sets the comment of the property values. |
PropertyComment.Builder |
withText(String text) Sets the text of the comment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyComment.Builder()
Method Detail |
---|
public PropertyComment.Builder withText(String text)
text
- the text of the comment.
public PropertyComment.Builder with(PropertyValueComment valueComment)
valueComment
- the comment of the property values.
public PropertyComment build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |