Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.lutris.dods.builder.generator.dataobject.GenericDO

Uses of GenericDO in com.lutris.dods.builder.generator.dataobject
 

Methods in com.lutris.dods.builder.generator.dataobject that return GenericDO
protected  GenericDO GenericDO.markNewValue(GenericDO current_DO, GenericDO new_DO)
          If the current data member value differs from the new value, this object is marked as "dirty" (in need of an update to the database).
 

Methods in com.lutris.dods.builder.generator.dataobject with parameters of type GenericDO
protected  void GenericDO.makeIdentical(GenericDO obj)
          makeIdentical() Used by subclasses to assign any data members to this data object.
protected  GenericDO GenericDO.markNewValue(GenericDO current_DO, GenericDO new_DO)
          If the current data member value differs from the new value, this object is marked as "dirty" (in need of an update to the database).
protected  void GenericDO.setPrepStmtParam_DO(java.sql.PreparedStatement stmt, int[] paramIndex, GenericDO value)
          If the current data member value differs from the new value, this object is marked as "dirty" (in need of an update to the database).