Class Project
- java.lang.Object
-
- org.openstreetmap.atlas.checks.maproulette.data.Project
-
public class Project extends java.lang.ObjectVery basic class defining the structure of the MapRoulette Project
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetDisplayName()longgetId()java.lang.StringgetName()booleanisEnabled()voidsetId(long identifier)com.google.gson.JsonObjecttoJson()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
getDisplayName
public java.lang.String getDisplayName()
-
getId
public long getId()
-
getName
public java.lang.String getName()
-
isEnabled
public boolean isEnabled()
-
setId
public void setId(long identifier)
-
toJson
public com.google.gson.JsonObject toJson()
-
-