/* * Updates this Routine in the database. */ protected void update() { LiftLogDBAPI.get(mAppContext).update(this); }
public void insert() { LiftLogDBAPI.get(mAppContext).insert(this); }
/* * Deletes this object from the database. */ public void delete() { LiftLogDBAPI.get(mAppContext).delete(this); }