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 int getId(
)
| Accessor for ID |
public String getInspector(
)
| Accessor for INSPECTOR |
public int getLine(
)
| Accessor for LINE |
public Integer getMessageId(
)
| Accessor for MESSAGE_ID |
public int getReportId(
)
| Accessor for REPORT_ID |
public int getResultId(
)
| Accessor for RESULT_ID |
public String getSignaturePostfix(
)
| Accessor for SIGNATURE_POSTFIX |
public Integer getSourceId(
)
| Accessor for SOURCE_ID |
public byte getViolationType(
)
| Accessor for VIOLATION_TYPE |
public java.sql.Date getWaiverExpires(
)
| Accessor for WAIVER_EXPIRES |
public Integer getWaiverReason(
)
| Accessor for WAIVER_REASON |
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.ViolationImpl |
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.ViolationImpl and returns it |
public void setCol(
int Col
)
| Mutator for COL |
public void setId(
int Id
)
| Mutator for ID |
public void setInspector(
String Inspector
)
| Mutator for INSPECTOR |
public void setLine(
int Line
)
| Mutator for LINE |
public void setMessageId(
Integer MessageId
)
| Mutator for MESSAGE_ID |
public void setReportId(
int ReportId
)
| Mutator for REPORT_ID |
public void setResultId(
int ResultId
)
| Mutator for RESULT_ID |
public void setSignaturePostfix(
String SignaturePostfix
)
| Mutator for SIGNATURE_POSTFIX |
public void setSourceId(
Integer SourceId
)
| Mutator for SOURCE_ID |
public void setViolationType(
byte ViolationType
)
| Mutator for VIOLATION_TYPE |
public void setWaiverExpires(
java.sql.Date WaiverExpires
)
| Mutator for WAIVER_EXPIRES |
public void setWaiverReason(
Integer WaiverReason
)
| Mutator for WAIVER_REASON |