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

All Known Subinterfaces:
Entity, Exemption, ExemptionRequest, IdEntity, KeyEntity, Lpr, Relationship, TypeTypeRelation
All Known Implementing Classes:
AtpInfo, EntityInfo, EntityInfo.Builder, ExemptionInfo, ExemptionRequestInfo, IdEntityInfo, IdEntityInfo.Builder, KeyEntityInfo, KeyEntityInfo.Builder, LprInfo, LprInfo.Builder, RelationshipInfo, RelationshipInfo.Builder, TypeTypeRelationInfo, TypeTypeRelationInfo.Builder

public interface HasState

An interface for entities with State.

Author:
nwright

Method Summary
 String getStateKey()
          Name: State Key Unique identifier for the state of this object.
 

Method Detail

getStateKey

String getStateKey()
Name: State Key Unique identifier for the state of this object.

Returns:
the state


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.