org.yestech.rpx.objectmodel
Class TypeValue
java.lang.Object
org.yestech.rpx.objectmodel.TypeValue
- All Implemented Interfaces:
- Serializable
public class TypeValue
- extends Object
- implements Serializable
- Author:
- A.J. Wright
- See Also:
- Serialized Form
TypeValue
public TypeValue()
getType
public String getType()
setType
public void setType(String type)
getValue
public String getValue()
setValue
public void setValue(String value)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
fromJson
public static TypeValue fromJson(org.json.JSONObject json)
Copyright © 2010 YES Technology Association. All Rights Reserved.