Class AdAddressDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.users.addresses.AddressDTO
-
- org.cyclos.model.users.addresses.GeoLocatedAddressDTO
-
- org.cyclos.model.marketplace.addresses.AdAddressDTO
-
- All Implemented Interfaces:
Serializable,IEntity,INamedEntity,IAddress
public class AdAddressDTO extends GeoLocatedAddressDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BasicAdVO,AdAddressDTO>ADstatic StringCLASS_NAME-
Fields inherited from class org.cyclos.model.users.addresses.GeoLocatedAddressDTO
LOCATED, LOCATION, NAME
-
Fields inherited from class org.cyclos.model.users.addresses.AddressDTO
ADDRESS_LINE_1, ADDRESS_LINE_2, BUILDING_NUMBER, CITY, COMPLEMENT, COUNTRY, NEIGHBORHOOD, PO_BOX, REGION, STREET, ZIP
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AdAddressDTO()AdAddressDTO(Long id)AdAddressDTO(Property<T,? super AdAddressDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BasicAdVOgetAd()voidsetAd(BasicAdVO ad)-
Methods inherited from class org.cyclos.model.users.addresses.GeoLocatedAddressDTO
getLocation, getName, isLocated, setLocated, setLocation, setName
-
Methods inherited from class org.cyclos.model.users.addresses.AddressDTO
getAddressLine1, getAddressLine2, getBuildingNumber, getCity, getComplement, getCountry, getNeighborhood, getPoBox, getRegion, getStreet, getZip, setAddressLine1, setAddressLine2, setBuildingNumber, setCity, setComplement, setCountry, setNeighborhood, setPoBox, setRegion, setStreet, setZip, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
AD
public static final BasicProperty<BasicAdVO,AdAddressDTO> AD
-
-
Constructor Detail
-
AdAddressDTO
public AdAddressDTO()
-
AdAddressDTO
public AdAddressDTO(Long id)
-
AdAddressDTO
public AdAddressDTO(Property<T,? super AdAddressDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classGeoLocatedAddressDTO
-
getAd
public BasicAdVO getAd()
-
setAd
public void setAd(BasicAdVO ad)
-
className
public String className()
- Overrides:
classNamein classGeoLocatedAddressDTO
-
-