Package com.damnhandy.uri.template
Class ExtendedAddress
- java.lang.Object
-
- com.damnhandy.uri.template.Address
-
- com.damnhandy.uri.template.ExtendedAddress
-
public class ExtendedAddress extends Address
A subclass ofAddress
to verify that field-level annotation are still being picked up by theDefaultVarExploder
.- Version:
- $Revision: 1.1 $
- Author:
- Ryan J. McDonough
-
-
Constructor Summary
Constructors Constructor Description ExtendedAddress()
Create a new ExtendedAddress.ExtendedAddress(String street, String city, String state, String postalCode, String country)
Create a new ExtendedAddress.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Get the label.void
setLabel(String label)
Set the label.-
Methods inherited from class com.damnhandy.uri.template.Address
getCity, getCountry, getIgnored, getPostalCode, getState, getStreet, isActive, setActive, setCity, setCountry, setIgnored, setPostalCode, setState, setStreet
-
-
-
-
Field Detail
-
label
public String label
-
-