public class ScheduleWithMetaDataCommand<I,M> extends Object implements ScheduleCommand<I,M>
| Constructor and Description |
|---|
ScheduleWithMetaDataCommand(I id,
M metaData) |
| Modifier and Type | Method and Description |
|---|---|
I |
getId()
Returns the identifier of the element to be scheduled.
|
M |
getMetaData()
Returns the meta data of the element to be scheduled.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic I getId()
ScheduleCommandgetId in interface ScheduleCommand<I,M>public M getMetaData()
ScheduleCommandgetMetaData in interface ScheduleCommand<I,M>Copyright © 2023 JBoss by Red Hat. All rights reserved.