public class ModifiedItemInfo
extends java.lang.Object
itemsModified
event.Modifier and Type | Method and Description |
---|---|
Item |
getItem()
Gets a reference to the modified item.
|
DateTime |
getOldEndTime()
Gets the previous end time of the modified item.
|
int |
getOldListLane()
Gets the old list lane of the item.
|
ResourceList<Resource> |
getOldResources()
Gets the resources previously associated with the modified item.
|
DateTime |
getOldStartTime()
Gets the previous start time of the modified item.
|
boolean |
getResizeEnd()
Gets a value indicating whether the item's end has been modified.
|
boolean |
getResizeStart()
Gets a value indicating whether the item's start has been modified.
|
public Item getItem()
Item
-derived class.public DateTime getOldStartTime()
DateTime
object representing the previous start time of the modified item.public DateTime getOldEndTime()
DateTime
object representing the previous end time of the modified item.public ResourceList<Resource> getOldResources()
ResourceList
containing the resources the modified item
was previously associated with.public boolean getResizeStart()
public boolean getResizeEnd()
public int getOldListLane()