org.omnaest.utils.propertyfile.content.element
Class Comment
java.lang.Object
org.omnaest.utils.propertyfile.content.Element
org.omnaest.utils.propertyfile.content.element.Comment
public class Comment
- extends Element
A Comment within a PropertyFileContent
- Author:
- Omnaest
| Fields inherited from class org.omnaest.utils.propertyfile.content.Element |
index |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prefixBlanks
protected String prefixBlanks
commentIndicator
protected String commentIndicator
comment
protected String comment
Comment
public Comment()
getCommentIndicator
public String getCommentIndicator()
setCommentIndicator
public void setCommentIndicator(String commentIndicator)
getComment
public String getComment()
setComment
public void setComment(String comment)
getPrefixBlanks
public String getPrefixBlanks()
setPrefixBlanks
public void setPrefixBlanks(String prefixBlanks)
Copyright © 2013. All Rights Reserved.