|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.imca.model.entities.AddressEntity
public class AddressEntity
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.
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 |
---|
public AddressEntity()
Method Detail |
---|
public java.lang.String getArea()
public void setArea(java.lang.String area)
public java.lang.String getCity()
public void setCity(java.lang.String city)
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
public long getId()
public void setId(long id)
public java.lang.String getPostCode()
public void setPostCode(java.lang.String postCode)
public java.lang.String getStreet1()
public void setStreet1(java.lang.String street1)
public java.lang.String getStreet2()
public void setStreet2(java.lang.String street2)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |