Floor
instead. You can obtain them from CommunicationManager
@Deprecated
public class SitumLevel
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<SitumLevel> |
CREATOR
Deprecated.
|
Constructor and Description |
---|
SitumLevel()
Deprecated.
|
SitumLevel(Floor wrapped)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Deprecated.
|
int |
distanceToLevel(SitumLevel destinationLevel)
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
int |
getBuildingId()
Deprecated.
|
int |
getLevel()
Deprecated.
|
int |
getLevelId()
Deprecated.
|
java.lang.String |
getMap_fileName()
Deprecated.
|
java.lang.String |
getMap_url()
Deprecated.
|
double |
getScale()
Deprecated.
|
java.lang.String |
getUpdated_at()
Deprecated.
|
Floor |
getWrapped()
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Deprecated.
|
public static final android.os.Parcelable.Creator<SitumLevel> CREATOR
public SitumLevel()
public SitumLevel(Floor wrapped)
public int getBuildingId()
public double getScale()
public int getLevelId()
public int getLevel()
public java.lang.String getUpdated_at()
public java.lang.String getMap_url()
public java.lang.String getMap_fileName()
public int distanceToLevel(SitumLevel destinationLevel)
public Floor getWrapped()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable