GWTApplication.client
Class State

java.lang.Object
  extended by GWTApplication.client.State
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class State
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable


Field Summary
private  java.lang.String en_description
          This is the english description of the state
private  java.lang.String id
          This is the primary identifier of the state
private  java.lang.String sp_description
          This is the spanish description of the state
 
Constructor Summary
State()
           
 
Method Summary
 java.lang.String getEn_description()
           
 java.lang.String getId()
           
 java.lang.String getSp_description()
           
 void setEn_description(java.lang.String en_description)
           
 void setId(java.lang.String id)
           
 void setSp_description(java.lang.String sp_description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

en_description

private java.lang.String en_description
This is the english description of the state


sp_description

private java.lang.String sp_description
This is the spanish description of the state


id

private java.lang.String id
This is the primary identifier of the state

Constructor Detail

State

public State()
Method Detail

getEn_description

public java.lang.String getEn_description()

setEn_description

public void setEn_description(java.lang.String en_description)

getSp_description

public java.lang.String getSp_description()

setSp_description

public void setSp_description(java.lang.String sp_description)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)