org.pentaho.platform.repository2.unified.webservices
Class DataPropertyDto

java.lang.Object
  extended by org.pentaho.platform.repository2.unified.webservices.DataPropertyDto
All Implemented Interfaces:
Serializable

public class DataPropertyDto
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DataPropertyDto()
           
 
Method Summary
 String getName()
           
 int getType()
           
 String getValue()
           
 void setName(String name)
           
 void setType(int type)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataPropertyDto

public DataPropertyDto()
Method Detail

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)