-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaOrganization implements Serializable, Parcelable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected longidprotected Stringnameprotected StringaltNameprotected Stringidentifierprotected intorderIndexprotected StringiconFilenameprotected longimageDataIdprotected List<MenigaRealm>realmspublic final static Parcelable.Creator<MenigaOrganization>CREATOR
-
Method Summary
Modifier and Type Method Description static voidsetOperator(MenigaOrganizationOperations operator)Sets the api operator for doing api calls booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)static Result<List<MenigaOrganization>>fetch()Get all organizations defined on this server longgetId()StringgetName()StringgetAltName()StringgetIdentifier()intgetOrderIndex()StringgetIconFilename()longgetImageDataId()List<MenigaRealm>getRealms()-
-
Method Detail
-
setOperator
static void setOperator(MenigaOrganizationOperations operator)
Sets the api operator for doing api calls
- Parameters:
operator- An object that implements the MenigaOrganizationOperations interface for carrying out api operations on this class.
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
fetch
static Result<List<MenigaOrganization>> fetch()
Get all organizations defined on this server
-
getId
long getId()
-
getAltName
String getAltName()
-
getIdentifier
String getIdentifier()
-
getOrderIndex
int getOrderIndex()
-
getIconFilename
String getIconFilename()
-
getImageDataId
long getImageDataId()
-
getRealms
List<MenigaRealm> getRealms()
-
-
-
-