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 int getCol(
)
| Accessor for COL |
public String getCompilationUnitName(
)
| Accessor for COMPILATION_UNIT_NAME |
public String getCompilationUnitPackage(
)
| Accessor for COMPILATION_UNIT_PACKAGE |
public String getInspector(
)
| Accessor for INSPECTOR |
public int getLine(
)
| Accessor for LINE |
public String getMessage(
)
| Accessor for MESSAGE |
public String getSignature(
)
| Accessor for SIGNATURE |
public Integer getSourceId(
)
| Accessor for SOURCE_ID |
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.ViolationJoinedImpl |
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.ViolationJoinedImpl and returns it |
public void setCol(
int Col
)
| Mutator for COL |
public void setCompilationUnitName(
String CompilationUnitName
)
| Mutator for COMPILATION_UNIT_NAME |
public void setCompilationUnitPackage(
String CompilationUnitPackage
)
| Mutator for COMPILATION_UNIT_PACKAGE |
public void setInspector(
String Inspector
)
| Mutator for INSPECTOR |
public void setLine(
int Line
)
| Mutator for LINE |
public void setMessage(
String Message
)
| Mutator for MESSAGE |
public void setSignature(
String Signature
)
| Mutator for SIGNATURE |
public void setSourceId(
Integer SourceId
)
| Mutator for SOURCE_ID |