Android Mobile Physical Therapy Exercise Documenter

com.communipatient.amptedapp.comm
Class QRMessage

java.lang.Object
  extended by com.communipatient.amptedapp.comm.QRMessage

public class QRMessage
extends java.lang.Object

The package that contains the content of the QR code.


Field Summary
private  java.lang.String mid
          The message id.
private  java.lang.String pass
          The password for decryption.
private  java.lang.String url
          The decoded URL that will be used for the request.
 
Constructor Summary
QRMessage(java.lang.String contents)
          Initializes a new instance of the QRMessage class.
 
Method Summary
 java.lang.String getMid()
          Gets the message ID.
 java.lang.String getPass()
          Gets the message password.
 java.lang.String getUrl()
          Gets the API base URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

private java.lang.String url
The decoded URL that will be used for the request.


mid

private java.lang.String mid
The message id.


pass

private java.lang.String pass
The password for decryption.

Constructor Detail

QRMessage

public QRMessage(java.lang.String contents)
Initializes a new instance of the QRMessage class.

Parameters:
contents - The raw data from the QR code.
Method Detail

getUrl

public java.lang.String getUrl()
Gets the API base URL.

Returns:
The url.

getMid

public java.lang.String getMid()
Gets the message ID.

Returns:
The message ID.

getPass

public java.lang.String getPass()
Gets the message password.

Returns:
The password.

Revision: 109 Generated on Fri Dec 9 07:00:03 UTC 2011