net.sf.imca.model.entities
Class AddressEntity

java.lang.Object
  extended by net.sf.imca.model.entities.AddressEntity

public class AddressEntity
extends java.lang.Object

An persistence entity description. There is no logic just getter and setters, for the properties. This Object represents a table in the database and the properties are fields.

Author:
dougculnane

Constructor Summary
AddressEntity()
           
 
Method Summary
 java.lang.String getArea()
          Get the area.
 java.lang.String getCity()
          Get the city.
 java.lang.String getCountryCode()
          Get the countryCode.
 long getId()
          Get the id.
 java.lang.String getPostCode()
          Get the postCode.
 java.lang.String getStreet1()
          Get the street1.
 java.lang.String getStreet2()
          Get the street2.
 void setArea(java.lang.String area)
          Set the area.
 void setCity(java.lang.String city)
          Set the city.
 void setCountryCode(java.lang.String countryCode)
          Set the countryCode.
 void setId(long id)
          Set the id.
 void setPostCode(java.lang.String postCode)
          Set the postCode.
 void setStreet1(java.lang.String street1)
          Set the street1.
 void setStreet2(java.lang.String street2)
          Set the street2.
 java.lang.String toString()
          Override the Object method to give a usable human readable representation of the Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressEntity

public AddressEntity()
Method Detail

getArea

public java.lang.String getArea()
Get the area.

Returns:

setArea

public void setArea(java.lang.String area)
Set the area.


getCity

public java.lang.String getCity()
Get the city.

Returns:

setCity

public void setCity(java.lang.String city)
Set the city.


getCountryCode

public java.lang.String getCountryCode()
Get the countryCode.

Returns:

setCountryCode

public void setCountryCode(java.lang.String countryCode)
Set the countryCode.


getId

public long getId()
Get the id.

Returns:

setId

public void setId(long id)
Set the id.


getPostCode

public java.lang.String getPostCode()
Get the postCode.

Returns:

setPostCode

public void setPostCode(java.lang.String postCode)
Set the postCode.


getStreet1

public java.lang.String getStreet1()
Get the street1.

Returns:

setStreet1

public void setStreet1(java.lang.String street1)
Set the street1.


getStreet2

public java.lang.String getStreet2()
Get the street2.

Returns:

setStreet2

public void setStreet2(java.lang.String street2)
Set the street2.


toString

public java.lang.String toString()
Override the Object method to give a usable human readable representation of the Object.

Overrides:
toString in class java.lang.Object


Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.