|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Wanted
This is an interface for the GoogleBase plug in that exposes methods used for wanted ads.
Method Summary | |
---|---|
String |
getDeliveryNotes()
Additional instructions to explain the item’s delivery process. |
FloatUnit |
getDeliveryRadius()
The maximum distance you will deliver an item in any direction. |
String |
getLocation()
Location of the property. |
void |
setDeliveryNotes(String deliveryNotes)
Additional instructions to explain the item’s delivery process. |
void |
setDeliveryRadius(FloatUnit deliveryRadius)
The maximum distance you will deliver an item in any direction. |
void |
setLocation(String location)
Location of the property. |
Methods inherited from interface org.rometools.feed.module.base.GlobalInterface |
---|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabels |
Method Detail |
---|
void setDeliveryNotes(String deliveryNotes)
deliveryNotes
- Additional instructions to explain the item’s delivery process.String getDeliveryNotes()
void setDeliveryRadius(FloatUnit deliveryRadius)
deliveryRadius
- The maximum distance you will deliver an item in any direction.FloatUnit getDeliveryRadius()
void setLocation(String location)
location
- Location of the property.String getLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |