org.kuali.rice.core.api.reflect
Class PropertyDefinition
java.lang.Object
   org.kuali.rice.core.api.reflect.PropertyDefinition
org.kuali.rice.core.api.reflect.PropertyDefinition
- All Implemented Interfaces: 
- Serializable
- public class PropertyDefinition 
- extends Object- implements Serializable
Represents a property used on an ObjectDefinition.
- 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 | 
 
PropertyDefinition
public PropertyDefinition(String name,
                          DataDefinition data)
getName
public String getName()
- 
 
- 
 
getData
public DataDefinition getData()
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.