public class EventType extends Object
String
description
long
id
name
EventType(org.json.JSONObject data)
EventType(long id, String name, String description)
getDescription()
getID()
getName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public long id
public String name
public String description
public EventType(long id, String name, String description)
public EventType(org.json.JSONObject data)
public long getID()
public String getName()
public String getDescription()
Copyright © 2018. All rights reserved.