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.
|
Modifier and Type | Field and Description |
---|---|
private FloatUnit |
GoogleBaseImpl.deliveryRadius
floatUnit:delivery_radius
|
private FloatUnit |
GoogleBaseImpl.megapixels
floatUnit:megapixels
|
private FloatUnit |
GoogleBaseImpl.memory
floatUnit:memory
|
private FloatUnit |
GoogleBaseImpl.price
floatUnit:price
|
private FloatUnit |
GoogleBaseImpl.processorSpeed
floatUnit:processor_speed
|
private FloatUnit |
GoogleBaseImpl.weight
floatUnit:weight
|
Modifier and Type | Method and Description |
---|---|
FloatUnit |
Review.getDeliveryRadius()
The maximum distance you will deliver an item in any direction.
|
FloatUnit |
Vehicle.getDeliveryRadius()
The maximum distance you will deliver an item in any direction.
|
FloatUnit |
Event.getDeliveryRadius()
The maximum distance you will deliver an item in any direction.
|
FloatUnit |
Service.getDeliveryRadius()
The maximum distance you will deliver an item in any direction.
|
FloatUnit |
GoogleBaseImpl.getDeliveryRadius() |
FloatUnit |
Product.getDeliveryRadius()
The maximum distance you will deliver an item in any direction.
|
FloatUnit |
Wanted.getDeliveryRadius()
The maximum distance you will deliver an item in any direction.
|
FloatUnit |
Travel.getDeliveryRadius()
The maximum distance you will deliver an item in any direction.
|
FloatUnit |
GoogleBaseImpl.getMegapixels() |
FloatUnit |
Product.getMegapixels()
Resolution of a digital imaging device.
|
FloatUnit |
GoogleBaseImpl.getMemory() |
FloatUnit |
Product.getMemory()
The amount of memory included in an item.
|
FloatUnit |
Vehicle.getPrice()
Price for the service.
|
FloatUnit |
Housing.getPrice()
Price for the property.
|
FloatUnit |
Event.getPrice()
Price of the event.
|
FloatUnit |
Service.getPrice()
Price for the service.
|
FloatUnit |
GoogleBaseImpl.getPrice() |
FloatUnit |
Product.getPrice()
Price of the item.
|
FloatUnit |
Travel.getPrice()
Price of the item.
|
FloatUnit |
GoogleBaseImpl.getProcessorSpeed() |
FloatUnit |
Product.getProcessorSpeed()
The processor speed for the product.
|
FloatUnit |
GoogleBaseImpl.getWeight() |
FloatUnit |
Product.getWeight()
Weight of the item.
|
Modifier and Type | Method and Description |
---|---|
void |
Review.setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction.
|
void |
Vehicle.setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction.
|
void |
Event.setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction.
|
void |
Service.setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction.
|
void |
GoogleBaseImpl.setDeliveryRadius(FloatUnit deliveryRadius) |
void |
Product.setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction.
|
void |
Wanted.setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction.
|
void |
Travel.setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction.
|
void |
GoogleBaseImpl.setMegapixels(FloatUnit megapixels) |
void |
Product.setMegapixels(FloatUnit megapixels)
Resolution of a digital imaging device.
|
void |
GoogleBaseImpl.setMemory(FloatUnit memory) |
void |
Product.setMemory(FloatUnit memory)
The amount of memory included in an item.
|
void |
Vehicle.setPrice(FloatUnit price)
Price for the service.
|
void |
Housing.setPrice(FloatUnit price)
Price for the property.
|
void |
Event.setPrice(FloatUnit price)
Price of the event.
|
void |
Service.setPrice(FloatUnit price)
Price for the service.
|
void |
GoogleBaseImpl.setPrice(FloatUnit price) |
void |
Product.setPrice(FloatUnit price)
Price of the item.
|
void |
GoogleBaseImpl.setProcessorSpeed(FloatUnit processorSpeed) |
void |
Product.setProcessorSpeed(FloatUnit processorSpeed)
The processor speed for the product.
|
void |
GoogleBaseImpl.setWeight(FloatUnit weight) |
void |
Product.setWeight(FloatUnit weight)
Weight of the item.
|
Constructor and Description |
---|
CustomTagImpl(java.lang.String name,
FloatUnit value) |
Modifier and Type | Field and Description |
---|---|
private FloatUnit |
Size.height
height
|
private FloatUnit |
Size.length
length
|
private FloatUnit |
ShippingType.price
price of the shipping.
|
private FloatUnit |
Size.width
width
|
Modifier and Type | Method and Description |
---|---|
FloatUnit |
Size.getHeight()
Height value.
|
FloatUnit |
Size.getLength()
Length value.
|
FloatUnit |
ShippingType.getPrice()
Returns the price of this shipping option.
|
FloatUnit |
Size.getWidth()
Width value.
|
Constructor and Description |
---|
ShippingType(FloatUnit price,
ShippingType.ServiceEnumeration service,
java.lang.String country) |
Size(FloatUnit length,
FloatUnit width) |
Size(FloatUnit length,
FloatUnit width,
FloatUnit height) |