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 double getChangeRatio(
)
| Accessor for CHANGE_RATIO |
public long getCodebase(
)
| Accessor for CODEBASE |
public int getCompilationUnits(
)
| Accessor for COMPILATION_UNITS |
public String getDescription(
)
| Accessor for DESCRIPTION |
public String getDpmo(
)
| Accessor for DPMO |
public Long getExecutionTime(
)
| Accessor for EXECUTION_TIME |
public int getHasWarnings(
)
| Accessor for HAS_WARNINGS |
public String getHost(
)
| Accessor for HOST |
public Integer getMaxSeverity(
)
| Accessor for MAX_SEVERITY |
public String getName(
)
| Accessor for NAME |
public java.sql.Timestamp getReportDate(
)
| Accessor for REPORT_DATE |
public String getReportUrl(
)
| Accessor for REPORT_URL |
public long getReviews(
)
| Accessor for REVIEWS |
public String getSigma(
)
| Accessor for SIGMA |
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.HistoryImpl |
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.HistoryImpl and returns it |
public void setChangeRatio(
double ChangeRatio
)
| Mutator for CHANGE_RATIO |
public void setCodebase(
long Codebase
)
| Mutator for CODEBASE |
public void setCompilationUnits(
int CompilationUnits
)
| Mutator for COMPILATION_UNITS |
public void setDescription(
String Description
)
| Mutator for DESCRIPTION |
public void setDpmo(
String Dpmo
)
| Mutator for DPMO |
public void setExecutionTime(
Long ExecutionTime
)
| Mutator for EXECUTION_TIME |
public void setHasWarnings(
int HasWarnings
)
| Mutator for HAS_WARNINGS |
public void setHost(
String Host
)
| Mutator for HOST |
public void setMaxSeverity(
Integer MaxSeverity
)
| Mutator for MAX_SEVERITY |
public void setName(
String Name
)
| Mutator for NAME |
public void setReportDate(
java.sql.Timestamp ReportDate
)
| Mutator for REPORT_DATE |
public void setReportUrl(
String ReportUrl
)
| Mutator for REPORT_URL |
public void setReviews(
long Reviews
)
| Mutator for REVIEWS |
public void setSigma(
String Sigma
)
| Mutator for SIGMA |
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 |