com.hqme.cm
Class Property
java.lang.Object
com.hqme.cm.Property
public class Property
- extends java.lang.Object
Constructor Summary |
Property()
|
Property(java.lang.String key,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public java.lang.String key
value
public java.lang.String value
CREATOR
public static final CREATOR
Property
public Property()
Property
public Property(java.lang.String key,
java.lang.String value)
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)