Package org.sunbird.common.dto
Class Property
- java.lang.Object
-
- org.sunbird.common.dto.Property
-
- All Implemented Interfaces:
Serializable
public class Property extends Object implements Serializable
- Author:
- santhosh
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDateValue()StringgetPropertyName()ObjectgetPropertyValue()voidsetDateValue(Date dateValue)voidsetPropertyName(String propertyName)voidsetPropertyValue(Object propertyValue)StringtoString()
-
-
-
Method Detail
-
getPropertyName
public String getPropertyName()
-
setPropertyName
public void setPropertyName(String propertyName)
-
getPropertyValue
public Object getPropertyValue()
-
setPropertyValue
public void setPropertyValue(Object propertyValue)
-
getDateValue
public Date getDateValue()
-
setDateValue
public void setDateValue(Date dateValue)
-
-