Class 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 Detail

      • AddressLO

        public AddressLO()
    • 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.