Android Mobile Physical Therapy Exercise Documenter

com.communipatient.amptedapp.db
Class DBModifier

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

public class DBModifier
extends java.lang.Object

The database object for modifiers.


Field Summary
static java.lang.String COL_EXERCISE
          The exercise foreign key.
static java.lang.String COL_MID
          The modifier identifier.
static java.lang.String COL_NAME
          The name.
static java.lang.String COL_VALUE
          The value.
static java.lang.String INSERT_MODIFIER
          The SQL query for inserting a new modifier.
static java.lang.String TABLE_MODIFIERS
          The table name for the modifiers.
 
Constructor Summary
DBModifier()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_MODIFIERS

public static final java.lang.String TABLE_MODIFIERS
The table name for the modifiers.

See Also:
Constant Field Values

COL_MID

public static final java.lang.String COL_MID
The modifier identifier.

See Also:
Constant Field Values

COL_EXERCISE

public static final java.lang.String COL_EXERCISE
The exercise foreign key.

See Also:
Constant Field Values

COL_NAME

public static final java.lang.String COL_NAME
The name.

See Also:
Constant Field Values

COL_VALUE

public static final java.lang.String COL_VALUE
The value.

See Also:
Constant Field Values

INSERT_MODIFIER

public static final java.lang.String INSERT_MODIFIER
The SQL query for inserting a new modifier.

See Also:
Constant Field Values
Constructor Detail

DBModifier

public DBModifier()

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