Uses of Class
com.rometools.modules.base.types.FloatUnit
-
Packages that use FloatUnit Package Description com.rometools.modules.base This is the base package for the Google Base ROME module.com.rometools.modules.base.types This package contains complex and utility datatypes for use with Google Base. -
-
Uses of FloatUnit in com.rometools.modules.base
Methods in com.rometools.modules.base that return FloatUnit Modifier and Type Method Description FloatUnitEvent. getDeliveryRadius()The maximum distance you will deliver an item in any direction.FloatUnitGoogleBaseImpl. getDeliveryRadius()FloatUnitProduct. getDeliveryRadius()The maximum distance you will deliver an item in any direction.FloatUnitReview. getDeliveryRadius()The maximum distance you will deliver an item in any direction.FloatUnitService. getDeliveryRadius()The maximum distance you will deliver an item in any direction.FloatUnitTravel. getDeliveryRadius()The maximum distance you will deliver an item in any direction.FloatUnitVehicle. getDeliveryRadius()The maximum distance you will deliver an item in any direction.FloatUnitWanted. getDeliveryRadius()The maximum distance you will deliver an item in any direction.FloatUnitGoogleBaseImpl. getMegapixels()FloatUnitProduct. getMegapixels()Resolution of a digital imaging device.FloatUnitGoogleBaseImpl. getMemory()FloatUnitProduct. getMemory()The amount of memory included in an item.FloatUnitEvent. getPrice()Price of the event.FloatUnitGoogleBaseImpl. getPrice()FloatUnitHousing. getPrice()Price for the property.FloatUnitProduct. getPrice()Price of the item.FloatUnitService. getPrice()Price for the service.FloatUnitTravel. getPrice()Price of the item.FloatUnitVehicle. getPrice()Price for the service.FloatUnitGoogleBaseImpl. getProcessorSpeed()FloatUnitProduct. getProcessorSpeed()The processor speed for the product.FloatUnitGoogleBaseImpl. getWeight()FloatUnitProduct. getWeight()Weight of the item.Methods in com.rometools.modules.base with parameters of type FloatUnit Modifier and Type Method Description voidEvent. setDeliveryRadius(FloatUnit deliveryRadius)The maximum distance you will deliver an item in any direction.voidGoogleBaseImpl. setDeliveryRadius(FloatUnit deliveryRadius)voidProduct. setDeliveryRadius(FloatUnit deliveryRadius)The maximum distance you will deliver an item in any direction.voidReview. setDeliveryRadius(FloatUnit deliveryRadius)The maximum distance you will deliver an item in any direction.voidService. setDeliveryRadius(FloatUnit deliveryRadius)The maximum distance you will deliver an item in any direction.voidTravel. setDeliveryRadius(FloatUnit deliveryRadius)The maximum distance you will deliver an item in any direction.voidVehicle. setDeliveryRadius(FloatUnit deliveryRadius)The maximum distance you will deliver an item in any direction.voidWanted. setDeliveryRadius(FloatUnit deliveryRadius)The maximum distance you will deliver an item in any direction.voidGoogleBaseImpl. setMegapixels(FloatUnit megapixels)voidProduct. setMegapixels(FloatUnit megapixels)Resolution of a digital imaging device.voidGoogleBaseImpl. setMemory(FloatUnit memory)voidProduct. setMemory(FloatUnit memory)The amount of memory included in an item.voidEvent. setPrice(FloatUnit price)Price of the event.voidGoogleBaseImpl. setPrice(FloatUnit price)voidHousing. setPrice(FloatUnit price)Price for the property.voidProduct. setPrice(FloatUnit price)Price of the item.voidService. setPrice(FloatUnit price)Price for the service.voidVehicle. setPrice(FloatUnit price)Price for the service.voidGoogleBaseImpl. setProcessorSpeed(FloatUnit processorSpeed)voidProduct. setProcessorSpeed(FloatUnit processorSpeed)The processor speed for the product.voidGoogleBaseImpl. setWeight(FloatUnit weight)voidProduct. setWeight(FloatUnit weight)Weight of the item.Constructors in com.rometools.modules.base with parameters of type FloatUnit Constructor Description CustomTagImpl(String name, FloatUnit value) -
Uses of FloatUnit in com.rometools.modules.base.types
Methods in com.rometools.modules.base.types that return FloatUnit Modifier and Type Method Description FloatUnitSize. getHeight()Height value.FloatUnitSize. getLength()Length value.FloatUnitShippingType. getPrice()Returns the price of this shipping option.FloatUnitSize. getWidth()Width value.Constructors in com.rometools.modules.base.types with parameters of type FloatUnit Constructor Description ShippingType(FloatUnit price, ShippingType.ServiceEnumeration service, String country)Size(FloatUnit length, FloatUnit width)Size(FloatUnit length, FloatUnit width, FloatUnit height)
-