Package org.javlo.component.ecom
Class MoneybookersPayement.PayementDetails
- java.lang.Object
-
- org.javlo.component.ecom.MoneybookersPayement.PayementDetails
-
- Enclosing class:
- MoneybookersPayement
public static class MoneybookersPayement.PayementDetails extends Object
-
-
Constructor Summary
Constructors Constructor Description PayementDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAmount()
String
getCurrency()
String
getDescription()
String
getId()
String
getText()
void
setAmount(int amount)
void
setCurrency(String currency)
void
setDescription(String description)
void
setText(String text)
-
-
-
Method Detail
-
getAmount
public int getAmount()
-
setAmount
public void setAmount(int amount)
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getText
public String getText()
-
setText
public void setText(String text)
-
getId
public String getId()
-
-