org.kuali.student.r2.common.infc
Interface StateProcess

All Superinterfaces:
HasAttributes, HasEffectiveDates, HasKey, HasPrimaryKey

public interface StateProcess
extends HasKey, HasAttributes, HasEffectiveDates

Detailed Information about a State Process State Process are used in Kuali Student to define various process keys that might be associated with objectTypes For example: A course might have a lifecycle process or workflow process with different states in each process

Author:
Kuali Student Team (Kamal)

Method Summary
 RichText getDescr()
          Narrative description of the State Process
 String getName()
          Friendly name of the State Process
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasKey
getKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasEffectiveDates
getEffectiveDate, getExpirationDate
 

Method Detail

getName

String getName()
Friendly name of the State Process


getDescr

RichText getDescr()
Narrative description of the State Process



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.