org.pentaho.platform.repository2.unified.webservices
Class DataPropertyDto
java.lang.Object
org.pentaho.platform.repository2.unified.webservices.DataPropertyDto
- All Implemented Interfaces:
- Serializable
public class DataPropertyDto
- extends Object
- implements Serializable
- See Also:
- Serialized Form
DataPropertyDto
public DataPropertyDto()
toString
public String toString()
- Overrides:
toString
in class Object
getType
public int getType()
setType
public void setType(int type)
getValue
public String getValue()
setValue
public void setValue(String value)
getName
public String getName()
setName
public void setName(String name)