org.kuali.student.contract.model.test.source
Interface State

All Superinterfaces:
HasAttributes, HasEffectiveDates, HasKey, HasPrimaryKey
All Known Implementing Classes:
StateInfo, StateInfo.Builder

public interface State
extends HasKey, HasAttributes, HasEffectiveDates

Describes the state of an object

Author:
nwright

Method Summary
 String getDescr()
          Name: Description Narrative description of the State
 String getName()
          Name: Name Friendly name of the State
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasKey
getKey
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasEffectiveDates
getEffectiveDate, getExpirationDate
 

Method Detail

getName

String getName()
Name: Name Friendly name of the State


getDescr

String getDescr()
Name: Description Narrative description of the State



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