org.kuali.rice.kew.dto
Class StateDTO

java.lang.Object
  extended by org.kuali.rice.core.util.AbstractKeyValue
      extended by org.kuali.rice.kew.dto.StateDTO
All Implemented Interfaces:
Serializable, org.kuali.rice.core.util.KeyValue

public class StateDTO
extends org.kuali.rice.core.util.AbstractKeyValue

Transport object for State. Essentially an empty "marker" subclass of state to use as a VO Inherits all functionality.

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

Field Summary
 
Fields inherited from class org.kuali.rice.core.util.AbstractKeyValue
key, value
 
Constructor Summary
StateDTO()
           
 
Method Summary
 String getStateId()
           
 void setKey(String key)
           
 void setStateId(String stateId)
           
 void setValue(String value)
           
 
Methods inherited from class org.kuali.rice.core.util.AbstractKeyValue
getKey, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateDTO

public StateDTO()
Method Detail

getStateId

public String getStateId()

setStateId

public void setStateId(String stateId)

setKey

public void setKey(String key)

setValue

public void setValue(String value)


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