public class AdAddressDTO extends GeoLocatedAddressDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<BasicAdVO,AdAddressDTO> |
AD |
static java.lang.String |
CLASS_NAME |
HIDDEN, LOCATED, LOCATION, NAMEADDRESS_LINE_1, ADDRESS_LINE_2, BUILDING_NUMBER, CITY, COMPLEMENT, COUNTRY, NEIGHBORHOOD, PO_BOX, REGION, STREET, ZIPID| Constructor and Description |
|---|
AdAddressDTO() |
AdAddressDTO(java.lang.Long id) |
AdAddressDTO(Property<T,? super AdAddressDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
BasicAdVO |
getAd() |
void |
setAd(BasicAdVO ad) |
getLocation, getName, isHidden, isLocated, setHidden, setLocated, setLocation, setNamegetAddressLine1, getAddressLine2, getBuildingNumber, getCity, getComplement, getCountry, getNeighborhood, getPoBox, getRegion, getStreet, getZip, setAddressLine1, setAddressLine2, setBuildingNumber, setCity, setComplement, setCountry, setNeighborhood, setPoBox, setRegion, setStreet, setZip, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<BasicAdVO,AdAddressDTO> AD
public AdAddressDTO()
public AdAddressDTO(java.lang.Long id)
public AdAddressDTO(Property<T,? super AdAddressDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class GeoLocatedAddressDTOpublic BasicAdVO getAd()
public void setAd(BasicAdVO ad)
public java.lang.String className()
className in class GeoLocatedAddressDTO