org.kuali.rice.kew.dto
Class PropertyDefinitionDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.PropertyDefinitionDTO
All Implemented Interfaces:
Serializable

public class PropertyDefinitionDTO
extends Object
implements Serializable

Represents a property being populated on an attribute being used from the client but set on the server.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
PropertyDefinitionDTO()
           
PropertyDefinitionDTO(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefinitionDTO

public PropertyDefinitionDTO()

PropertyDefinitionDTO

public PropertyDefinitionDTO(String name,
                             String value)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.