org.apache.shale.usecases.rolodex
Class State

java.lang.Object
  extended by org.apache.shale.usecases.rolodex.State

public class State
extends Object

Represents a State domain object.


Constructor Summary
State()
           
 
Method Summary
 String getAbbrCountry()
           
 String getAbbrState()
           
 String getCountry()
           
 String getState()
           
 void setAbbrCountry(String abbrCountry)
           
 void setAbbrState(String abbrState)
           
 void setCountry(String country)
           
 void setState(String state)
           
 
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

getAbbrCountry

public String getAbbrCountry()
Returns:
Returns the abbrCountry.

setAbbrCountry

public void setAbbrCountry(String abbrCountry)
Parameters:
abbrCountry - The abbrCountry to set.

getAbbrState

public String getAbbrState()
Returns:
Returns the abbrState.

setAbbrState

public void setAbbrState(String abbrState)
Parameters:
abbrState - The abbrState to set.

getCountry

public String getCountry()
Returns:
Returns the country.

setCountry

public void setCountry(String country)
Parameters:
country - The country to set.

getState

public String getState()
Returns:
Returns the state.

setState

public void setState(String state)
Parameters:
state - The state to set.


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.