| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A string used to expedite delivery of an item via the mail. It includes a qualifier to identify a specific format. The default is a U.S. Zip Code.
                  code
 [PostalCode] <*>------> [String] 
 
 
 
                  postalCodeType
 [PostalCode] <*>------> [String] 
 
PostalCodeHome, 
PostalCodeImpl| Method Summary | |
|  java.lang.String | getCode()Get the value of code | 
|  java.lang.String | getPostalCodeType()Get the value of postalCodeType | 
|  java.lang.String | location()Return a string the represents the location associated with the code. | 
|  void | setCode(java.lang.String code)Set the value of code | 
|  void | setLocation(java.lang.String location)Set the code based on the location. | 
|  void | setPostalCodeType(java.lang.String postalCodeType)Set the value of postalCodeType | 
| Methods inherited from interface theory.smart.foundation.Belonging | 
| equals, 
value | 
| Methods inherited from interface com.sun.java.util.collections.Comparable | 
| compareTo | 
| Method Detail | 
public java.lang.String getCode()
public void setCode(java.lang.String code)
codes - code to be addedpublic java.lang.String getPostalCodeType()
public void setPostalCodeType(java.lang.String postalCodeType)
postalCodeTypes - postalCodeType to be added
public java.lang.String location()
                          throws java.rmi.RemoteException
public void setLocation(java.lang.String location)
                 throws java.rmi.RemoteException
| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||