Package com.restfb.types.send
Class ReceiptElement
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.ReceiptElement
-
- All Implemented Interfaces:
Serializable
public class ReceiptElement extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReceiptElement(String title, double price)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrency()
String
getImageUrl()
double
getPrice()
int
getQuantity()
String
getSubtitle()
String
getTitle()
void
setCurrency(String currency)
void
setImageUrl(String imageUrl)
void
setQuantity(int quantity)
void
setSubtitle(String subtitle)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ReceiptElement
public ReceiptElement(String title, double price)
-
-
Method Detail
-
getSubtitle
public String getSubtitle()
-
setSubtitle
public void setSubtitle(String subtitle)
-
getQuantity
public int getQuantity()
-
setQuantity
public void setQuantity(int quantity)
-
getPrice
public double getPrice()
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
-