OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.examples.cheaptime.domain
Class PeriodPowerPrice

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.cheaptime.domain.PeriodPowerPrice
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class PeriodPowerPrice
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
PeriodPowerPrice()
           
 
Method Summary
 int getPeriod()
           
 long getPowerPriceMicros()
           
 void setPeriod(int period)
           
 void setPowerPriceMicros(long powerPriceMicros)
           
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeriodPowerPrice

public PeriodPowerPrice()
Method Detail

getPeriod

public int getPeriod()

setPeriod

public void setPeriod(int period)

getPowerPriceMicros

public long getPowerPriceMicros()

setPowerPriceMicros

public void setPowerPriceMicros(long powerPriceMicros)

OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.