E
- data object of the sessionF
- data object of the parent timeslotpublic interface SessionInterface<E extends DataObject<E>,F extends DataObject<F>>
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEndtime()
gets the end time
|
java.lang.Integer |
getSequence()
A sequence starting with zero.
|
java.util.Date |
getStarttime()
gets the start time
|
java.lang.String |
getValid() |
void |
setparenttimeslot(DataObjectId<F> parentfortimeslot)
sets the parent timeslot
|
void |
setsessiontime(java.util.Date starttime,
java.util.Date endtime,
java.lang.Integer sequence,
ChoiceValue<BooleanChoiceDefinition> valid)
Note : this method does not perform persistence.
|
java.util.Date getStarttime()
java.util.Date getEndtime()
java.lang.Integer getSequence()
java.lang.String getValid()
void setsessiontime(java.util.Date starttime, java.util.Date endtime, java.lang.Integer sequence, ChoiceValue<BooleanChoiceDefinition> valid)
starttime
- endtime
- sequence
- valid
- void setparenttimeslot(DataObjectId<F> parentfortimeslot)
object
- object with session propertyparentfortimeslot
- id of the parent timeslot