org.dps.core.model.character
Class UpcomingCalendarEvent
java.lang.Object
org.dps.core.model.CachedData
org.dps.core.model.character.UpcomingCalendarEvent
- All Implemented Interfaces:
- java.io.Serializable
public class UpcomingCalendarEvent
- extends CachedData
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
duration
public int duration
eventDate
public long eventDate
eventID
public int eventID
eventText
public java.lang.String eventText
eventTitle
public java.lang.String eventTitle
ownerID
public long ownerID
ownerName
public java.lang.String ownerName
response
public java.lang.String response
important
public boolean important
toString
public java.lang.String toString()
- Overrides:
toString
in class CachedData