gov.virginia.dcjs.regulatory
Interface Training

All Superinterfaces:
DCJSItem, Modifiable, SherlockItem

public interface Training
extends SherlockItem, Modifiable


Method Summary
 Individual getPerson()
           
 Session getSession()
           
 boolean isByAmendment()
           
 void setPerson(Individual person)
           
 void setSession(Session session)
           
 
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.Modifiable
getModificationDate, getModifier, setModifier
 

Method Detail

getPerson

public Individual getPerson()

getSession

public Session getSession()

setPerson

public void setPerson(Individual person)

setSession

public void setSession(Session session)

isByAmendment

public boolean isByAmendment()