public class Item extends Object
Item()
Item(Event event)
Item(String tempstamp)
Item(String tempstamp, Event event)
Event
getEvent()
String
getTempstamp()
void
setEvent(Event event)
setTempstamp(String tempstamp)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Item()
public Item(String tempstamp)
public Item(Event event)
public Item(String tempstamp, Event event)
public String getTempstamp()
public void setTempstamp(String tempstamp)
public Event getEvent()
public void setEvent(Event event)
Copyright © 2019. All rights reserved.