public class Event extends java.lang.Object
| Constructor and Description |
|---|
Event()
|
Event(DateTime dateTime)
|
Event(DateTimeType type,
java.util.Date date)
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getOccurrence()
|
java.util.Date |
getOccurrenceAsDate()
|
Event |
setOccurrence(DateTime occurrence)
|
public Event()
Instantiates a new supply chain event.
public Event(DateTime dateTime)
Instantiates a new supply chain event and sets the first event.
dateTime - the date timepublic Event(DateTimeType type, java.util.Date date)
Instantiates a new event.
type - the typedate - the datepublic DateTime getOccurrence()
Gets the occurrence.
public java.util.Date getOccurrenceAsDate()
Gets the occurrence.
public Event setOccurrence(DateTime occurrence)
Sets the occurrence.
occurrence - the new occurrenceCopyright © 2014 konik.io. All Rights Reserved.