Serialized Form


Package de.msponer.android.yac.model

Class de.msponer.android.yac.model.MobileWorkItem extends Object implements Serializable

serialVersionUID: 5540723928109628846L

Serialized Fields

mPrimaryKey

int mPrimaryKey
The primary key of the mobile work item.


mSpecIdentifier

String mSpecIdentifier
The specification identifier.


mSpecVersion

String mSpecVersion
The specification version.


mSpecURI

String mSpecURI
The specification URI.


mCaseID

String mCaseID
The case id.


mTaskID

String mTaskID
The task id.


mTaskName

String mTaskName
The task name.


mEnablementTimeString

String mEnablementTimeString
The enablement time string.


mEnablementTimeMsString

String mEnablementTimeMsString
The enablement time string in ms.


mEnablementDate

Date mEnablementDate
The converted enablement date.


mStatus

String mStatus
The current status.


mResourceStatus

String mResourceStatus
The current resource status.


mDataList

org.jdom.Element mDataList
The initial data list.


mDataListString

String mDataListString
The initial data list string.


mDataListUpdated

org.jdom.Element mDataListUpdated
The updated data list.


mDataListUpdatedString

String mDataListUpdatedString
The updated data list string.


mDataSchema

org.jdom.Element mDataSchema
The data schema (xsd).


mDataSchemaString

String mDataSchemaString
The data schema string.


mCaseData

org.jdom.Element mCaseData
The case data.


mCaseDataString

String mCaseDataString
The case data string.


mState

State mState
The local state.


mSyncQueue

String mSyncQueue
The sync queue.


mLongitude

String mLongitude
The work item's longitude.


mLatitude

String mLatitude
The work item's latitude.


mDistanceToPosition

float mDistanceToPosition
The distance to the current position.