cz.cuni.amis.utils
Class IniFile.SectionEntryComment

Package class diagram package IniFile.SectionEntryComment
java.lang.Object
  extended by cz.cuni.amis.utils.IniFile.SectionEntry
      extended by cz.cuni.amis.utils.IniFile.SectionEntryComment
Enclosing class:
IniFile

public static class IniFile.SectionEntryComment
extends IniFile.SectionEntry


Constructor Summary
IniFile.SectionEntryComment(int sectionEntryIndex, String text, String comment)
           
 
Method Summary
 String getComment()
           
 String getIniFileLine()
           
 String getKey()
           
 String getText()
           
 void setComment(String comment)
           
 void setText(String text)
           
 
Methods inherited from class cz.cuni.amis.utils.IniFile.SectionEntry
getSectionEntryIndex, setSectionEntryIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IniFile.SectionEntryComment

public IniFile.SectionEntryComment(int sectionEntryIndex,
                                   String text,
                                   String comment)
Method Detail

getComment

public String getComment()

setComment

public void setComment(String comment)

getText

public String getText()

setText

public void setText(String text)

getIniFileLine

public String getIniFileLine()
Specified by:
getIniFileLine in class IniFile.SectionEntry

getKey

public String getKey()
Specified by:
getKey in class IniFile.SectionEntry


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.