Method | Description |
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.ConfigurationException | Constructor 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.ConfigurationException | Constructor from DOM element |
public void <init>(
java.sql.ResultSet rs
)
throws java.sql.SQLException | Constructor from row |
public Object clone(
)
throws java.lang.CloneNotSupportedException | Deep clone - clones columns. |
public long getCodebase(
)
| Accessor for CODEBASE |
public int getCompilationUnits(
)
| Accessor for COMPILATION_UNITS |
public long getHasWarnings(
)
| Accessor for HAS_WARNINGS |
public Number getMaxSeverity(
)
| Accessor for MAX_SEVERITY |
public java.sql.Timestamp getResultDate(
)
| Accessor for RESULT_DATE |
public long getReviews(
)
| Accessor for REVIEWS |
public double getViolationLevel(
)
| Accessor for VIOLATION_LEVEL |
public long getViolations(
)
| Accessor for VIOLATIONS |
public long getWaivedViolations(
)
| Accessor for WAIVED_VIOLATIONS |
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.BasicResultTotalImpl |
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.SQLException | Populates receiver collection with elements of type org.hammurapi.results.persistent.jdbc.sql.BasicResultTotalImpl and returns it |
public void setCodebase(
long Codebase
)
| Mutator for CODEBASE |
public void setCompilationUnits(
int CompilationUnits
)
| Mutator for COMPILATION_UNITS |
public void setHasWarnings(
long HasWarnings
)
| Mutator for HAS_WARNINGS |
public void setMaxSeverity(
Number MaxSeverity
)
| Mutator for MAX_SEVERITY |
public void setResultDate(
java.sql.Timestamp ResultDate
)
| Mutator for RESULT_DATE |
public void setReviews(
long Reviews
)
| Mutator for REVIEWS |
public void setViolationLevel(
double ViolationLevel
)
| Mutator for VIOLATION_LEVEL |
public void setViolations(
long Violations
)
| Mutator for VIOLATIONS |
public void setWaivedViolations(
long WaivedViolations
)
| Mutator for WAIVED_VIOLATIONS |