public class SubscriptionCalculator extends Object
Constructor and Description |
---|
SubscriptionCalculator(double price,
List<CalcSubscription> subscriptions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getPrice() |
List<CalcSubscription> |
getSubscriptions() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"price","objects"}) public SubscriptionCalculator(double price, List<CalcSubscription> subscriptions)
public double getPrice()
public List<CalcSubscription> getSubscriptions()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.