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 intgetAmount()StringgetCurrency()StringgetDescription()StringgetId()StringgetText()voidsetAmount(int amount)voidsetCurrency(String currency)voidsetDescription(String description)voidsetText(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()
-
-