org.kuali.rice.kew.dto
Class PropertyDefinitionDTO
java.lang.Object
   org.kuali.rice.kew.dto.PropertyDefinitionDTO
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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertyDefinitionDTO
public PropertyDefinitionDTO()
PropertyDefinitionDTO
public PropertyDefinitionDTO(String name,
                             String value)
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.