org.yestech.rpx.objectmodel
Class TypeValue

java.lang.Object
  extended by org.yestech.rpx.objectmodel.TypeValue
All Implemented Interfaces:
Serializable

public class TypeValue
extends Object
implements Serializable

Author:
A.J. Wright
See Also:
Serialized Form

Constructor Summary
TypeValue()
           
 
Method Summary
 boolean equals(Object o)
           
static TypeValue fromJson(org.json.JSONObject json)
           
 String getType()
           
 String getValue()
           
 int hashCode()
           
 void setType(String type)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeValue

public TypeValue()
Method Detail

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.