Index

Package: org.hammurapi.results.persistent.jdbc.sql

Class MeasurementImpl

extends com.pavelvlasov.sql.MeasuringDatabaseObject
implements Measurement

Methods
MethodDescription
public void <init>( ) Default constructor
public void <init>( boolean force ) Constructor with force parameter
public void <init>( org.w3c.dom.Element holder, boolean force )  throws com.pavelvlasov.config.ConfigurationExceptionConstructor from DOM element
public void <init>( org.w3c.dom.Element holder, java.util.Properties pathMap, org.apache.xpath.CachedXPathAPI cxpa, boolean force )  throws com.pavelvlasov.config.ConfigurationExceptionConstructor from DOM element
public void <init>( java.sql.ResultSet rs )  throws java.sql.SQLExceptionConstructor from row
public Object clone( )  throws java.lang.CloneNotSupportedExceptionDeep clone - clones columns.
public int getCol( ) Accessor for COL
public int getId( ) Accessor for ID
public int getLine( ) Accessor for LINE
public double getMeasurementValue( ) Accessor for MEASUREMENT_VALUE
public String getName( ) Accessor for NAME
public int getResultId( ) Accessor for RESULT_ID
public String getSource( ) Accessor for SOURCE
public static java.util.Collection project( com.pavelvlasov.sql.SQLProcessor processor, String sql, com.pavelvlasov.sql.Parameterizer parameterizer ) Returns database backed collection with elements of type org.hammurapi.results.persistent.jdbc.sql.MeasurementImpl
public static java.util.Collection project( com.pavelvlasov.sql.SQLProcessor processor, String sql, com.pavelvlasov.sql.Parameterizer parameterizer, java.util.Collection receiver )  throws java.sql.SQLExceptionPopulates receiver collection with elements of type org.hammurapi.results.persistent.jdbc.sql.MeasurementImpl and returns it
public void setCol( int Col ) Mutator for COL
public void setId( int Id ) Mutator for ID
public void setLine( int Line ) Mutator for LINE
public void setMeasurementValue( double MeasurementValue ) Mutator for MEASUREMENT_VALUE
public void setName( String Name ) Mutator for NAME
public void setResultId( int ResultId ) Mutator for RESULT_ID
public void setSource( String Source ) Mutator for SOURCE