net.agmodel.resData
Class ResItem

java.lang.Object
  |
  +--net.agmodel.resData.ResItem
All Implemented Interfaces:
Serializable

public class ResItem
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String description
           
 boolean found
           
 String itemkey
           
 String itemVal
           
 
Constructor Summary
ResItem(String val, String key, boolean found, String description)
           
 
Method Summary
 String getDescription()
           
 String getVal()
           
 boolean isTranslated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemVal

public String itemVal

itemkey

public String itemkey

description

public String description

found

public boolean found
Constructor Detail

ResItem

public ResItem(String val,
               String key,
               boolean found,
               String description)
Method Detail

getVal

public String getVal()

getDescription

public String getDescription()

isTranslated

public boolean isTranslated()