org.hibernate.tck.report
Class AuditAssertion
java.lang.Object
org.hibernate.tck.report.AuditAssertion
- All Implemented Interfaces:
- java.lang.Comparable<AuditAssertion>
public class AuditAssertion
- extends java.lang.Object
- implements java.lang.Comparable<AuditAssertion>
Represents a single assertion as defined in the audit xml
- Author:
- Shane Bryzak
|
Constructor Summary |
AuditAssertion(java.lang.String section,
java.lang.String id,
java.lang.String text,
java.lang.String note,
boolean testable,
boolean implied)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditAssertion
public AuditAssertion(java.lang.String section,
java.lang.String id,
java.lang.String text,
java.lang.String note,
boolean testable,
boolean implied)
getSection
public java.lang.String getSection()
getId
public java.lang.String getId()
getText
public java.lang.String getText()
getNote
public java.lang.String getNote()
isTestable
public boolean isTestable()
isImplied
public boolean isImplied()
compareTo
public int compareTo(AuditAssertion other)
- Specified by:
compareTo in interface java.lang.Comparable<AuditAssertion>
Copyright © 2009. All Rights Reserved.