public class UserPreferenceValue extends BasePOJO
| Modifier and Type | Class and Description |
|---|---|
static class |
UserPreferenceValue.UserPropertyTypeEnum
Enumerated type representing the data types of property values
|
| Modifier and Type | Field and Description |
|---|---|
protected UserPreferenceValue.UserPropertyTypeEnum |
mDataType |
protected java.lang.Object |
mValue |
| Constructor and Description |
|---|
UserPreferenceValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
UserPreferenceValue.UserPropertyTypeEnum |
getDataType() |
java.lang.Object |
getValue() |
void |
setDataType(UserPreferenceValue.UserPropertyTypeEnum pDataType) |
void |
setValue(java.lang.Object pValue) |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
protected java.lang.Object mValue
protected UserPreferenceValue.UserPropertyTypeEnum mDataType
public void setValue(java.lang.Object pValue)
public java.lang.Object getValue()
public void setDataType(UserPreferenceValue.UserPropertyTypeEnum pDataType)
public UserPreferenceValue.UserPropertyTypeEnum getDataType()
public java.lang.String toString()
BasePOJOpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object