|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostalCodeContract
This is the contract for a Postal Code. A postal code is assigned to different geographic regions in order to give each region an identifier. Examples of postal codes are Zip Codes in the United States and FSALDU in Canada.
Method Summary | |
---|---|
String |
getCityName()
This the postal state code for the PostalCode. |
String |
getCode()
This the county code for the PostalCode. |
String |
getCountryCode()
This the postal country code for the PostalCode. |
String |
getCountyCode()
This the county code for the PostalCode. |
String |
getStateCode()
This the postal state code for the PostalCode. |
Long |
getVersionNumber()
This the object version number for PostalCode. |
boolean |
isActive()
This the active flag for the PostalCode. |
Method Detail |
---|
String getCode()
String getCountryCode()
String getStateCode()
String getCityName()
String getCountyCode()
boolean isActive()
Long getVersionNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |