gov.virginia.dcjs.regulatory
Interface Complaint

All Superinterfaces:
DCJSItem, SherlockItem

public interface Complaint
extends SherlockItem


Method Summary
 Complainant getComplainant()
           
 java.lang.String getID()
           
 void setComplainant(Complainant complainant)
           
 
Methods inherited from interface gov.virginia.dcjs.regulatory.SherlockItem
addComment, getComments
 
Methods inherited from interface gov.virginia.dcjs.DCJSItem
getKey
 

Method Detail

getComplainant

public Complainant getComplainant()

setComplainant

public void setComplainant(Complainant complainant)

getID

public java.lang.String getID()