org.gnomekr.potron.parser
Class ParserEntry

java.lang.Object
  extended by org.gnomekr.potron.parser.ParserEntry
All Implemented Interfaces:
Serializable

public class ParserEntry
extends Object
implements Serializable

ParserEntry.java

Version:
$Revision 1.1 $ $Date: 2005/08/27 15:30:31 $
Author:
Xavier Cho
See Also:
Serialized Form

Constructor Summary
ParserEntry()
           
 
Method Summary
 void addReferences(String references)
           
 String getComment()
           
 String getMsgId()
           
 String getMsgIdPlural()
           
 List<String> getMsgStr()
           
 String getReferences()
           
 boolean isFuzzy()
           
 void setComment(String comment)
           
 void setFuzzy(boolean fuzzy)
           
 void setMsgId(String msgid)
           
 void setMsgIdPlural(String msgid_plural)
           
 void setMsgStr(List<String> msgstr)
           
 void setReferences(String references)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserEntry

public ParserEntry()
Method Detail

getComment

public String getComment()
Returns:
Returns the comment.

setComment

public void setComment(String comment)
Parameters:
comment - The comment to set.

isFuzzy

public boolean isFuzzy()
Returns:
Returns the fuzzy.

setFuzzy

public void setFuzzy(boolean fuzzy)
Parameters:
fuzzy - The fuzzy to set.

getMsgId

public String getMsgId()
Returns:
Returns the msgid.

setMsgId

public void setMsgId(String msgid)
Parameters:
msgid - The msgid to set.

getMsgIdPlural

public String getMsgIdPlural()
Returns:
Returns the msgid_plural.

setMsgIdPlural

public void setMsgIdPlural(String msgid_plural)
Parameters:
msgid - The msgid_plural to set.

getMsgStr

public List<String> getMsgStr()
Returns:
Returns the msgstr.

setMsgStr

public void setMsgStr(List<String> msgstr)
Parameters:
msgstr - The msgstr to set.

getReferences

public String getReferences()
Returns:
Returns the references.

setReferences

public void setReferences(String references)
Parameters:
references - The references to set.

addReferences

public void addReferences(String references)


Copyright © 2000-2005 Gnome Korea. All Rights Reserved.