Package com.storedobject.common
Class LKAddress
java.lang.Object
com.storedobject.common.Address
com.storedobject.common.XXAddress
com.storedobject.common.LKAddress
-
Method Summary
Modifier and TypeMethodDescriptionGet the caption for the "area" line.int
Get the number of extra lines.Get the caption for the Postal Code.Methods inherited from class com.storedobject.common.XXAddress
getLineCaption
Methods inherited from class com.storedobject.common.Address
arrangeLines, check, check, copy, create, create, encode, getApartmentName, getAreaName, getBuildingName, getCountry, getHouseName, getLine, getOfficeName, getPOBox, getPOBoxName, getPostalCode, getPostalCodeMaxLength, getPostalCodeMinLength, getStreetName, getType, getTypeValue, getTypeValue, getTypeValues, getVillaName, isNumericPostalCode, isPOBoxAddress, isPostalCodeAddress, isPostalCodeMandatory, isValid, poBoxPrefix, poBoxSuffix, setApartmentName, setAreaName, setBuildingName, setHouseName, setLine, setOfficeName, setPOBox, setPostalCode, setStreetName, setType, setVillaName, toString, toString, validate
-
Method Details
-
getExtraLines
public int getExtraLines()Description copied from class:Address
Get the number of extra lines.- Overrides:
getExtraLines
in classXXAddress
- Returns:
- Number of extra lines in the address.
-
getPostalCodeCaption
Description copied from class:Address
Get the caption for the Postal Code.- Overrides:
getPostalCodeCaption
in classAddress
- Returns:
- Default implementation returns "Postal Code".
-
getAreaCaption
Description copied from class:Address
Get the caption for the "area" line.- Overrides:
getAreaCaption
in classAddress
- Returns:
- Default implementation returns "Area".
-