|
||||||||||
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 | |
---|---|
java.lang.String |
getDeliveryNotes()
Additional instructions to explain the item’s delivery process. |
FloatUnit |
getDeliveryRadius()
The maximum distance you will deliver an item in any direction. |
java.lang.String |
getLocation()
Location of the property. |
void |
setDeliveryNotes(java.lang.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(java.lang.String location)
Location of the property. |
Methods inherited from interface com.sun.syndication.feed.module.base.GlobalInterface |
---|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabels |
Method Detail |
---|
void setDeliveryNotes(java.lang.String deliveryNotes)
deliveryNotes
- Additional instructions to explain the item’s delivery process.java.lang.String getDeliveryNotes()
void setDeliveryRadius(FloatUnit deliveryRadius)
deliveryRadius
- The maximum distance you will deliver an item in any direction.FloatUnit getDeliveryRadius()
void setLocation(java.lang.String location)
location
- Location of the property.java.lang.String getLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |