gov.virginia.dcjs.regulatory
Interface CriminalCharge

All Superinterfaces:
DCJSItem, Episodic, SherlockItem

public interface CriminalCharge
extends SherlockItem, Episodic


Field Summary
static int FELONY
           
static int MISDEMEANOR
           
 
Method Summary
 boolean isFelony()
           
 boolean isMisdemeanor()
           
 boolean isWaived()
           
 void setType(int 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
 

Field Detail

FELONY

public static final int FELONY
See Also:
Constant Field Values

MISDEMEANOR

public static final int MISDEMEANOR
Method Detail

isFelony

public boolean isFelony()

isMisdemeanor

public boolean isMisdemeanor()

isWaived

public boolean isWaived()

setType

public void setType(int type)