com.hqme.cm
Class Property

java.lang.Object
  extended by com.hqme.cm.Property

public class Property
extends java.lang.Object


Field Summary
static  CREATOR
           
 java.lang.String key
           
 java.lang.String value
           
 
Constructor Summary
Property()
           
Property(java.lang.String key, java.lang.String value)
           
 
Method Summary
 int describeContents()
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void readFromParcel(Parcel in)
           
 java.lang.String setValue(java.lang.String k, java.lang.String v)
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public java.lang.String key

value

public java.lang.String value

CREATOR

public static final  CREATOR
Constructor Detail

Property

public Property()

Property

public Property(java.lang.String key,
                java.lang.String value)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()

setValue

public java.lang.String setValue(java.lang.String k,
                                 java.lang.String v)

describeContents

public int describeContents()

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)

readFromParcel

public void readFromParcel(Parcel in)