org.apache.struts.webapp.validator
Class CityStateZip

java.lang.Object
  extended by org.apache.struts.webapp.validator.CityStateZip
All Implemented Interfaces:
Serializable

public class CityStateZip
extends Object
implements Serializable

Just used to provide an indexed properties example.

See Also:
Serialized Form

Constructor Summary
CityStateZip()
           
 
Method Summary
 String getCity()
           
 String getStateProv()
           
 String getZipPostal(int index)
           
 void setCity(String sCity)
           
 void setStateProv(String sStateProv)
           
 void setZipPostal(int index, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CityStateZip

public CityStateZip()
Method Detail

getCity

public String getCity()

setCity

public void setCity(String sCity)

getStateProv

public String getStateProv()

setStateProv

public void setStateProv(String sStateProv)

getZipPostal

public String getZipPostal(int index)

setZipPostal

public void setZipPostal(int index,
                         String value)


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.