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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
itemVal
public String itemVal
itemkey
public String itemkey
description
public String description
found
public boolean found
ResItem
public ResItem(String val,
String key,
boolean found,
String description)
getVal
public String getVal()
getDescription
public String getDescription()
isTranslated
public boolean isTranslated()