org.kuali.rice.kew.api.document
Class PropertyDefinition

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.document.PropertyDefinition
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete

public final class PropertyDefinition
extends AbstractDataTransferObject

See Also:
Serialized Form

Method Summary
static PropertyDefinition create(String name, String value)
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static PropertyDefinition create(String name,
                                        String value)

getName

public String getName()

getValue

public String getValue()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.