public class Venue extends java.lang.Object implements IVenue
Venue.Builder.| Modifier and Type | Class and Description | 
|---|---|
| static class  | Venue.BuilderVenue Builder. | 
| Modifier and Type | Field and Description | 
|---|---|
| static <any> | CREATORParcelable CREATOR constant. | 
| protected int | databaseIdThe Database id. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | describeContents() | 
| boolean | equals(java.lang.Object o) | 
| static Venue | from(JSONObject jsonObject)Creates new Venue instance from JSON content and File data. | 
| java.lang.String | getCoverType()Gets cover type. | 
| int | getDatabaseId()Gets database id. | 
| java.lang.String | getDescription()Gets description. | 
| java.util.List<IDevice> | getDevices()Gets beacons. | 
| int | getDevicesCount()Gets beacons count. | 
| java.util.UUID | getId()Gets id. | 
| java.lang.String | getImageUrl()Gets image url. | 
| java.lang.String | getLatitude()Gets latitude. | 
| java.lang.String | getLongitude()Gets longitude. | 
| java.util.UUID | getManagerId()Gets Manager Id. | 
| java.lang.String | getName()Gets name. | 
| int | hashCode() | 
| void | writeToParcel(Parcel dest,
             int flags) | 
public static final <any> CREATOR
StackOverflowError
 FileData as its member will be recreated
 with this member set to null. Please organise the access to the data in different way.
 protected final int databaseId
android.database.sqlite.SQLiteDatabase). If you
 do not need to use it, ignore it during model building.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.UUID getId()
IVenuepublic java.lang.String getName()
IBrandedPlacegetName in interface IBrandedPlacepublic java.lang.String getDescription()
IBrandedPlacegetDescription in interface IBrandedPlacepublic java.lang.String getCoverType()
IVenuegetCoverType in interface IVenuepublic java.util.List<IDevice> getDevices()
IVenuegetDevices in interface IVenuepublic java.util.UUID getManagerId()
IVenuegetManagerId in interface IVenuepublic int getDevicesCount()
IVenuegetDevicesCount in interface IVenuepublic java.lang.String getImageUrl()
IBrandedPlacegetImageUrl in interface IBrandedPlacepublic java.lang.String getLatitude()
IVenuegetLatitude in interface IVenuepublic java.lang.String getLongitude()
IVenuegetLongitude in interface IVenuepublic void writeToParcel(Parcel dest,
                          int flags)
public static Venue from(JSONObject jsonObject)
jsonObject - the json objectpublic int getDatabaseId()
public int describeContents()