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

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasMeta, HasPrimaryKey, HasState, HasType
All Known Subinterfaces:
Exemption, ExemptionRequest, IdEntity, KeyEntity, TypeTypeRelation
All Known Implementing Classes:
AtpInfo, EntityInfo, EntityInfo.Builder, ExemptionInfo, ExemptionRequestInfo, IdEntityInfo, IdEntityInfo.Builder, KeyEntityInfo, KeyEntityInfo.Builder, TypeTypeRelationInfo, TypeTypeRelationInfo.Builder

public interface Entity
extends HasPrimaryKey, HasType, HasState, HasAttributesAndMeta

A common interface pattern for service entities.

Author:
tom

Method Summary
 RichTextInfo getDescr()
          A description of the entity.
 String getName()
          A display name for this entity.
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasType
getTypeKey
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasState
getStateKey
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasMeta
getMeta
 

Method Detail

getName

String getName()
A display name for this entity.


getDescr

RichTextInfo getDescr()
A description of the entity.



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