public class DeliveryEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected GregorianCalendar |
time |
| Constructor and Description |
|---|
DeliveryEvent(GregorianCalendar time,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Popis události
|
GregorianCalendar |
getTime()
Čas, kdy tato událost nastala.
|
void |
setDescription(String description) |
void |
setTime(GregorianCalendar time) |
protected GregorianCalendar time
protected String description
public DeliveryEvent(GregorianCalendar time, String description)
public String getDescription()
public void setDescription(String description)
public GregorianCalendar getTime()
public void setTime(GregorianCalendar time)
Copyright © 2017. All rights reserved.