inklings.jgatms.bean
Class State

java.lang.Object
  extended byinklings.jgatms.bean.State

public class State
extends java.lang.Object

Value object for the State entity.


Constructor Summary
State()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the value of description
 java.lang.String getStateId()
          Returns the value of stateId
 void setDescription(java.lang.String description)
          Sets the value of description
 void setStateId(java.lang.String stateId)
          Sets the value of stateId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State

public State()
Method Detail

getStateId

public java.lang.String getStateId()
Returns the value of stateId


setStateId

public void setStateId(java.lang.String stateId)
Sets the value of stateId


getDescription

public java.lang.String getDescription()
Returns the value of description


setDescription

public void setDescription(java.lang.String description)
Sets the value of description



Copyright © 2003-2004 Inklings Technology Group. All Rights Reserved.