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, KeyValue

public class StateDTO
extends 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
private static long serialVersionUID
           
private  String stateId
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

stateId

private String stateId
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.