|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.foundation.BelongingImpl | +--com.beasys.commerce.axiom.contact.AddressImpl
The Address represents a standard postal location. It is intended to be used for the purposes of billing, shipping or marketing.
Address
,
AddressHome
, Serialized FormField Summary | |
java.lang.String |
city
The city component of the address. |
java.lang.String |
country
The country component of the address. |
java.lang.String |
county
Containment: By Value Multiplicity: 1:1 |
java.lang.String |
countyCode
The County Code of Address when applicable Containment: By Value Multiplicity: 1:1 |
java.lang.String |
description
A description for the address that provide some clarification where needed.. |
java.lang.String |
geoCode
Containment: By Value Multiplicity: 1:1 |
java.lang.String |
poBox
The Post Office Box component of the address when applicable. |
java.lang.String |
postalCode
The string that represents the postal code Containment: By Value Multiplicity: 1:1 |
java.lang.String |
postalCodeType
The format or type of the postal code. |
java.lang.String |
state
Containment: By Value Multiplicity: 1:1 |
java.lang.String |
street1
The street component of the address. |
java.lang.String |
street2
Containment: By Value Multiplicity: 1:1 |
Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
__classIdentifier, __containingBelonging, __containingEntity, __mapKey, __sequenceNumber, _isDirty |
Constructor Summary | |
AddressImpl()
|
Method Summary | |
int |
compareTo(java.lang.Object o)
Compare this belonging to another |
java.lang.String |
getCity()
Get the value of city |
java.lang.String |
getCountry()
Get the value of country |
java.lang.String |
getCounty()
Get the value of county |
java.lang.String |
getCountyCode()
Get the value of county |
java.lang.String |
getDescription()
Get the value of description |
java.lang.String |
getGeoCode()
Get the value of geoCode |
java.lang.String |
getPoBox()
Get the value of poBox |
java.lang.String |
getPostalCode()
Get the value of postalCode |
java.lang.String |
getPostalCodeType()
Get the value of postalCodeType |
java.lang.String |
getState()
Get the value of state |
java.lang.String |
getStreet1()
Get the value of street1 |
java.lang.String |
getStreet2()
Get the value of street2 |
java.lang.String |
interfaceName()
interfaceName() returns the unqualified name of the interface from the UML model |
void |
setByValue(Belonging value)
It is possible to call set-by-value with a superclass. |
void |
setCity(java.lang.String city)
Set the value of city |
void |
setCountry(java.lang.String country)
Set the value of country |
void |
setCounty(java.lang.String county)
Set the value of county |
void |
setCountyCode(java.lang.String countyCode)
Set the value of countyCode |
void |
setDescription(java.lang.String description)
Set the value of description |
void |
setGeoCode(java.lang.String geoCode)
Set the value of geoCode |
void |
setPoBox(java.lang.String poBox)
Set the value of poBox |
void |
setPostalCode(java.lang.String postalCode)
Set the value of postalCode |
void |
setPostalCodeType(java.lang.String postalCodeType)
Set the value of postalCodeType |
void |
setState(java.lang.String state)
Set the value of state |
void |
setStreet1(java.lang.String street1)
Set the value of street1 |
void |
setStreet2(java.lang.String street2)
Set the value of street2 |
Belonging |
value()
value() is a more typesafe implementation of clone() |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.beasys.commerce.foundation.Belonging |
clone, equals |
Field Detail |
public java.lang.String street2
public java.lang.String street1
public java.lang.String description
public java.lang.String city
public java.lang.String postalCodeType
public java.lang.String country
public java.lang.String state
public java.lang.String geoCode
public java.lang.String poBox
public java.lang.String county
public java.lang.String countyCode
public java.lang.String postalCode
Constructor Detail |
public AddressImpl()
Method Detail |
public java.lang.String getStreet2()
getStreet2
in interface Address
public void setStreet2(java.lang.String street2)
setStreet2
in interface Address
street2
- street2 to be addedpublic java.lang.String getStreet1()
getStreet1
in interface Address
public void setStreet1(java.lang.String street1)
setStreet1
in interface Address
street1
- street1 to be addedpublic java.lang.String getDescription()
getDescription
in interface Address
public void setDescription(java.lang.String description)
setDescription
in interface Address
description
- description to be addedpublic java.lang.String getCity()
getCity
in interface Address
public void setCity(java.lang.String city)
setCity
in interface Address
city
- city to be addedpublic java.lang.String getPostalCodeType()
getPostalCodeType
in interface Address
public void setPostalCodeType(java.lang.String postalCodeType)
setPostalCodeType
in interface Address
postalCodeType
- postalCodeType to be addedpublic java.lang.String getCountry()
getCountry
in interface Address
public void setCountry(java.lang.String country)
setCountry
in interface Address
country
- country to be addedpublic java.lang.String getState()
getState
in interface Address
public void setState(java.lang.String state)
setState
in interface Address
state
- state to be addedpublic java.lang.String getGeoCode()
getGeoCode
in interface Address
public void setGeoCode(java.lang.String geoCode)
setGeoCode
in interface Address
geoCode
- geoCode to be addedpublic java.lang.String getPoBox()
getPoBox
in interface Address
public void setPoBox(java.lang.String poBox)
setPoBox
in interface Address
poBox
- poBox to be addedpublic java.lang.String getCounty()
getCounty
in interface Address
public void setCounty(java.lang.String county)
setCounty
in interface Address
county
- county to be addedpublic java.lang.String getCountyCode()
getCountyCode
in interface Address
public void setCountyCode(java.lang.String countyCode)
setCountyCode
in interface Address
countyCode
- countyCode to be addedpublic java.lang.String getPostalCode()
getPostalCode
in interface Address
public void setPostalCode(java.lang.String postalCode)
setPostalCode
in interface Address
postalCode
- postalCode to be addedpublic Belonging value()
value
in interface Belonging
public java.lang.String interfaceName()
interfaceName
in interface Belonging
public void setByValue(Belonging value)
It is also possible to call set-by-value with a subclass. In this case, the specialized fields in the subclass will be ignored. The overridden fields in the subclass will be populated.
setByValue
in interface Belonging
setByValue
in class BelongingImpl
com.beasys.commerce.foundation.Belonging
belonging
- The Belonging
to use for initialization.public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
compareTo
in class BelongingImpl
o
- target object for comparision
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |