org.omnaest.utils.propertyfile.content.element
Class Comment

java.lang.Object
  extended by org.omnaest.utils.propertyfile.content.Element
      extended by org.omnaest.utils.propertyfile.content.element.Comment

public class Comment
extends Element

A Comment within a PropertyFileContent

Author:
Omnaest

Field Summary
protected  String comment
           
protected  String commentIndicator
           
protected  String prefixBlanks
           
 
Fields inherited from class org.omnaest.utils.propertyfile.content.Element
index
 
Constructor Summary
Comment()
           
 
Method Summary
 String getComment()
           
 String getCommentIndicator()
           
 String getPrefixBlanks()
           
 void setComment(String comment)
           
 void setCommentIndicator(String commentIndicator)
           
 void setPrefixBlanks(String prefixBlanks)
           
 
Methods inherited from class org.omnaest.utils.propertyfile.content.Element
getIndex, resolveIndexPosition, setIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefixBlanks

protected String prefixBlanks

commentIndicator

protected String commentIndicator

comment

protected String comment
Constructor Detail

Comment

public Comment()
Method Detail

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.