gov.virginia.dcjs.regulatory
Interface Sanction

All Superinterfaces:
DCJSItem, Episodic, SherlockItem

public interface Sanction
extends SherlockItem, Episodic


Method Summary
 ConsentOrder getConsentOrder()
           
 java.lang.String getType()
           
 void setConsentOrder(ConsentOrder order)
           
 void setType(java.lang.String type)
           
 
Methods inherited from interface gov.virginia.dcjs.regulatory.SherlockItem
addComment, getComments
 
Methods inherited from interface gov.virginia.dcjs.DCJSItem
getKey
 
Methods inherited from interface gov.virginia.dcjs.regulatory.Episodic
addMilestone, getMilestones
 

Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

setConsentOrder

public void setConsentOrder(ConsentOrder order)

getConsentOrder

public ConsentOrder getConsentOrder()