org.optaplanner.examples.cheaptime.domain
Class PeriodPowerPrice
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.cheaptime.domain.PeriodPowerPrice
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class PeriodPowerPrice
- extends AbstractPersistable
- See Also:
- Serialized Form
PeriodPowerPrice
public PeriodPowerPrice()
getPeriod
public int getPeriod()
setPeriod
public void setPeriod(int period)
getPowerPriceMicros
public long getPowerPriceMicros()
setPowerPriceMicros
public void setPowerPriceMicros(long powerPriceMicros)
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.