| 
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--theory.smart.foundation.BelongingImpl
        |
        +--theory.smart.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 Form| Field Summary | |
 java.lang.String | 
city
city [Address] <*>------> [ String] 
  | 
 java.lang.String | 
country
country [Address] <*>------> [ String] 
  | 
 java.lang.String | 
description
description [Address] <*>------> [ String] 
  | 
 java.lang.String | 
poBox
poBox [Address] <*>------> [ String] 
  | 
 PostalCode | 
postalCode
postalCode [Address] <*>------> [ theory.smart.axiom.contact.PostalCode] 
  | 
 java.lang.String | 
state
state [Address] <*>------> [ String] 
  | 
 java.lang.String | 
street
street [Address] <*>------> [ String] 
  | 
| Constructor Summary | |
AddressImpl()
 | 
|
| Method Summary | |
 int | 
compareTo(java.lang.Object o)
 | 
 java.lang.String | 
getCity()
Get the value of city  | 
 java.lang.String | 
getCountry()
Get the value of country  | 
 java.lang.String | 
getDescription()
Get the value of description  | 
 java.lang.String | 
getPoBox()
Get the value of poBox  | 
 PostalCode | 
getPostalCode()
Get the value of postalCode  | 
 java.lang.String | 
getState()
Get the value of state  | 
 java.lang.String | 
getStreet()
Get the value of street  | 
 void | 
setCity(java.lang.String city)
Set the value of city  | 
 void | 
setCountry(java.lang.String country)
Set the value of country  | 
 void | 
setDescription(java.lang.String description)
Set the value of description  | 
 void | 
setPoBox(java.lang.String poBox)
Set the value of poBox  | 
 void | 
setPostalCode(PostalCode postalCode)
Set the value of postalCode  | 
 void | 
setState(java.lang.String state)
Set the value of state  | 
 void | 
setStreet(java.lang.String street)
Set the value of street  | 
 Belonging | 
value()
 | 
| Methods inherited from class theory.smart.foundation.BelongingImpl | 
equals | 
| Methods inherited from class java.lang.Object | 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public java.lang.String street
                  street
 [Address] <*>------> [String] 
 public java.lang.String city
                  city
 [Address] <*>------> [String] 
 public java.lang.String state
                  state
 [Address] <*>------> [String] 
 public java.lang.String country
                  country
 [Address] <*>------> [String] 
 public java.lang.String poBox
                  poBox
 [Address] <*>------> [String] 
 public java.lang.String description
                  description
 [Address] <*>------> [String] 
 public PostalCode postalCode
                  postalCode
 [Address] <*>------> [theory.smart.axiom.contact.PostalCode] 
 | Constructor Detail | 
public AddressImpl()
| Method Detail | 
public java.lang.String getStreet()
public void setStreet(java.lang.String street)
street - street to be addedpublic java.lang.String getCity()
public void setCity(java.lang.String city)
city - city to be addedpublic java.lang.String getState()
public void setState(java.lang.String state)
state - state to be addedpublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - country to be addedpublic java.lang.String getPoBox()
public void setPoBox(java.lang.String poBox)
poBox - poBox to be addedpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - description to be addedpublic PostalCode getPostalCode()
public void setPostalCode(PostalCode postalCode)
postalCode - postalCode to be addedpublic Belonging value()
public int compareTo(java.lang.Object o)
  | 
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||