public class Discount extends Object
Discount(String period, Double value)
boolean
equals(Object o)
String
getPeriod()
Double
getValue()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"period","value"}) public Discount(String period, Double value)
public String getPeriod()
public Double getValue()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.