Package bakery.logic.usermailobject
Class AddressLO
- java.lang.Object
-
- bakery.logic.usermailobject.AddressLO
-
- All Implemented Interfaces:
java.io.Serializable
public class AddressLO extends java.lang.Object implements java.io.Serializable
Covers information about addresses and can be used for external presentations for example.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressLO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullAddress()
java.lang.String
getFullAddressWithSeparator(java.lang.String separator)
-
-
-
Method Detail
-
getFullAddress
public java.lang.String getFullAddress()
- Returns:
- the complete address. Line breaks included. Empty properties will not be used.
-
getFullAddressWithSeparator
public java.lang.String getFullAddressWithSeparator(java.lang.String separator)
- Parameters:
separator
-- Returns:
- the complete address where lines are separated with the given character(s). Empty properties will not be used.
-
-