Android Mobile Physical Therapy Exercise Documenter

com.communipatient.amptedapp.db
Class DBPlan

java.lang.Object
  extended by com.communipatient.amptedapp.db.DBPlan

public class DBPlan
extends java.lang.Object

The database object for plans.


Field Summary
static java.lang.String COL_ACTIVE
          The active flag.
static java.lang.String COL_ADDDATE
          The date.
static java.lang.String COL_MID
          The mid.
static java.lang.String COL_NOTES
          The notes.
static java.lang.String COL_PASS
          The password.
static java.lang.String COL_PID
          The plan identifier.
static java.lang.String COL_URL
          The url.
static java.lang.String INSERT_PLAN
          The SQL query for inserting a new exercise plan.
static java.lang.String TABLE_PLANS
          The table name for the exercise plans.
 
Constructor Summary
DBPlan()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_PLANS

public static final java.lang.String TABLE_PLANS
The table name for the exercise plans.

See Also:
Constant Field Values

COL_PID

public static final java.lang.String COL_PID
The plan identifier.

See Also:
Constant Field Values

COL_URL

public static final java.lang.String COL_URL
The url.

See Also:
Constant Field Values

COL_MID

public static final java.lang.String COL_MID
The mid.

See Also:
Constant Field Values

COL_PASS

public static final java.lang.String COL_PASS
The password.

See Also:
Constant Field Values

COL_NOTES

public static final java.lang.String COL_NOTES
The notes.

See Also:
Constant Field Values

COL_ADDDATE

public static final java.lang.String COL_ADDDATE
The date.

See Also:
Constant Field Values

COL_ACTIVE

public static final java.lang.String COL_ACTIVE
The active flag.

See Also:
Constant Field Values

INSERT_PLAN

public static final java.lang.String INSERT_PLAN
The SQL query for inserting a new exercise plan.

See Also:
Constant Field Values
Constructor Detail

DBPlan

public DBPlan()

Revision: 109 Generated on Sat Dec 10 07:00:03 UTC 2011