XTAS Project (0.6 beta)

xtas.test
Class Address

java.lang.Object
  |
  +--xtas.test.Address

public class Address
extends java.lang.Object


Constructor Summary
Address()
           
 
Method Summary
 java.lang.String getCity()
          Access method for the city property.
 java.lang.String getCountry()
          Access method for the country property.
 java.lang.String getStreet1()
          Access method for the street1 property.
 java.lang.String getStreet2()
          Access method for the street2 property.
 java.lang.String getZip()
           
 void setCity(java.lang.String aCity)
           
 void setCountry(java.lang.String aCountry)
           
 void setStreet1(java.lang.String aStreet1)
           
 void setStreet2(java.lang.String aStreet2)
           
 void setZip(java.lang.String aZip)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

getStreet1

public java.lang.String getStreet1()
Access method for the street1 property.
Returns:
the current value of the street1 property

setStreet1

public void setStreet1(java.lang.String aStreet1)
Parameters:
aStreet1 - the new value of the street1 property
Returns:
void Sets the value of the street1 property.

getStreet2

public java.lang.String getStreet2()
Access method for the street2 property.
Returns:
the current value of the street2 property

setStreet2

public void setStreet2(java.lang.String aStreet2)
Parameters:
aStreet2 - the new value of the street2 property
Returns:
void Sets the value of the street2 property.

getCity

public java.lang.String getCity()
Access method for the city property.
Returns:
the current value of the city property

setCity

public void setCity(java.lang.String aCity)
Parameters:
aCity - the new value of the city property
Returns:
void Sets the value of the city property.

getCountry

public java.lang.String getCountry()
Access method for the country property.
Returns:
the current value of the country property

setCountry

public void setCountry(java.lang.String aCountry)
Parameters:
aCountry - the new value of the country property
Returns:
void Sets the value of the country property.

getZip

public java.lang.String getZip()

setZip

public void setZip(java.lang.String aZip)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

XTAS Project (0.6 beta)