public class Property extends BasePOJO
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
mPropertyKeyId |
protected PropertyValue.PropertyTypeEnum |
mPropertyType |
protected java.lang.Object |
mValue |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getPropertyKeyId() |
PropertyValue.PropertyTypeEnum |
getPropertyType() |
java.lang.Object |
getValue() |
void |
setPropertyKeyId(java.lang.Long pPropertyKeyId) |
void |
setPropertyType(PropertyValue.PropertyTypeEnum pPropertyType) |
void |
setValue(java.lang.Object pValue) |
protected java.lang.Object mValue
protected java.lang.Long mPropertyKeyId
protected PropertyValue.PropertyTypeEnum mPropertyType
public void setValue(java.lang.Object pValue)
public java.lang.Object getValue()
public void setPropertyKeyId(java.lang.Long pPropertyKeyId)
public java.lang.Long getPropertyKeyId()
public void setPropertyType(PropertyValue.PropertyTypeEnum pPropertyType)
public PropertyValue.PropertyTypeEnum getPropertyType()