Class ExtendedAddress


  • public class ExtendedAddress
    extends Address
    A subclass of Address to verify that field-level annotation are still being picked up by the DefaultVarExploder.
    Version:
    $Revision: 1.1 $
    Author:
    Ryan J. McDonough
    • Field Detail

    • Constructor Detail

      • ExtendedAddress

        public ExtendedAddress()
        Create a new ExtendedAddress.
      • ExtendedAddress

        public ExtendedAddress​(String street,
                               String city,
                               String state,
                               String postalCode,
                               String country)
        Create a new ExtendedAddress.
        Parameters:
        street -
        city -
        state -
        postalCode -
        country -
    • Method Detail

      • getLabel

        public String getLabel()
        Get the label.
        Returns:
        the label.
      • setLabel

        public void setLabel​(String label)
        Set the label.
        Parameters:
        label - The label to set.