@Domain public class TimeslotUpdate extends Object
| Constructor and Description |
|---|
TimeslotUpdate(org.joda.time.Instant postedTime,
int firstEnabled,
int lastEnabled) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstEnabled()
Returns the serial number of the first enabled timeslot.
|
long |
getId() |
int |
getLastEnabled()
Returns the serial number of the first enabled timeslot.
|
org.joda.time.Instant |
getPostedTime() |
int |
size()
Returns the number of enabled timeslots.
|
public TimeslotUpdate(org.joda.time.Instant postedTime,
int firstEnabled,
int lastEnabled)
public long getId()
public org.joda.time.Instant getPostedTime()
public int getFirstEnabled()
public int getLastEnabled()
public int size()
Copyright © 2017 Power TAC. All rights reserved.