Package com.storedobject.common
Class XXAddress
java.lang.Object
com.storedobject.common.Address
com.storedobject.common.XXAddress
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the number of extra lines.getLineCaption
(int index) Get the caption for the extra line.Methods inherited from class com.storedobject.common.Address
arrangeLines, check, check, copy, create, create, encode, getApartmentName, getAreaCaption, getAreaName, getBuildingName, getCountry, getHouseName, getLine, getOfficeName, getPOBox, getPOBoxName, getPostalCode, getPostalCodeCaption, 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 classAddress
- Returns:
- Number of extra lines in the address.
-
getLineCaption
Get the caption for the extra line. If returnednull
, the line value will be ignored by the UI.- Parameters:
index
- Index.- Returns:
- Caption for the extra line.
-