gov.virginia.dcjs.regulatory
Interface SherlockItem

All Superinterfaces:
DCJSItem
All Known Subinterfaces:
Case, Company, Complaint, ConsentOrder, CriminalCharge, Employment, Entity, Fingerprint, Investigation, License, Sanction, Session, Training
All Known Implementing Classes:
BailBondsmanLicense, Business, BusinessLicense, ComplianceAgentLicense, Individual, InstructorLicense, Milestone, PCPPLicense, RegistrantLicense, School, SchoolLicense, SCOPLicense

public interface SherlockItem
extends DCJSItem


Method Summary
 void addComment(java.lang.String comment)
           
 java.lang.String getComments()
           
 
Methods inherited from interface gov.virginia.dcjs.DCJSItem
getKey
 

Method Detail

addComment

public void addComment(java.lang.String comment)

getComments

public java.lang.String getComments()