public class BillingProductGroupAmount extends Object
| Constructor and Description |
|---|
BillingProductGroupAmount()
Creates a new ProductGroupAmount object.
|
BillingProductGroupAmount(String group,
int amount)
Creates a new ProductGroupAmount object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
DOCUMENT ME!
|
String |
getGroup()
DOCUMENT ME!
|
void |
setAmount(int amount)
DOCUMENT ME!
|
void |
setGroup(String group)
DOCUMENT ME!
|
public BillingProductGroupAmount()
public BillingProductGroupAmount(String group, int amount)
group - DOCUMENT ME!amount - DOCUMENT ME!public int getAmount()
public void setAmount(int amount)
amount - DOCUMENT ME!public String getGroup()
public void setGroup(String group)
group - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.