Class AdAddressVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.addresses.AddressVO
-
- org.cyclos.model.users.addresses.GeoLocatedAddressVO
-
- org.cyclos.model.marketplace.addresses.AdAddressVO
-
- All Implemented Interfaces:
Serializable,IEntity,IAddress
public class AdAddressVO extends GeoLocatedAddressVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAME-
Fields inherited from class org.cyclos.model.users.addresses.GeoLocatedAddressVO
CURRENT_DISTANCE, LOCATED, LOCATION, NAME
-
Fields inherited from class org.cyclos.model.users.addresses.AddressVO
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 AdAddressVO()AdAddressVO(Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()StringtoString()-
Methods inherited from class org.cyclos.model.users.addresses.GeoLocatedAddressVO
doGetProperties, getCurrentDistance, getLocation, getName, isLocated, setCurrentDistance, setLocated, setLocation, setName
-
Methods inherited from class org.cyclos.model.users.addresses.AddressVO
getAddressLine1, getAddressLine2, getBuildingNumber, getCity, getComplement, getCountry, getNeighborhood, getPoBox, getRegion, getStreet, getZip, setAddressLine1, setAddressLine2, setBuildingNumber, setCity, setComplement, setCountry, setNeighborhood, setPoBox, setRegion, setStreet, setZip
-
Methods inherited from class org.cyclos.model.EntityModel
getId, 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
-
-
Constructor Detail
-
AdAddressVO
public AdAddressVO()
-
AdAddressVO
public AdAddressVO(Long id)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classGeoLocatedAddressVO
-
className
public String className()
- Overrides:
classNamein classGeoLocatedAddressVO
-
-