org.kuali.student.contract.model.test.source
Class EntityInfo
java.lang.Object
  
org.kuali.student.contract.model.test.source.HasAttributesInfo
      
org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo
          
org.kuali.student.contract.model.test.source.EntityInfo
- All Implemented Interfaces: 
 - Serializable, Entity, HasAttributes, HasAttributesAndMeta, HasMeta, HasPrimaryKey, HasState, HasType
 
- Direct Known Subclasses: 
 - IdEntityInfo, KeyEntityInfo
 
public abstract class EntityInfo
- extends HasAttributesAndMetaInfo
- implements Entity, Serializable
  
- See Also:
 - Serialized Form
 
| 
Nested Class Summary | 
static class | 
EntityInfo.Builder
 
          The builder class for this abstract EntityInfo. | 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
| Methods inherited from interface org.kuali.student.contract.model.test.source.HasMeta | 
getMeta | 
 
EntityInfo
protected EntityInfo()
EntityInfo
protected EntityInfo(Entity builder)
getName
public String getName()
- Description copied from interface: 
Entity 
- A display name for this entity.
- Specified by:
 getName in interface Entity
 
 
 
getDescr
public RichTextInfo getDescr()
- Description copied from interface: 
Entity 
- A description of the entity.
- Specified by:
 getDescr in interface Entity
 
 
 
getTypeKey
public String getTypeKey()
- Description copied from interface: 
HasType 
- Unique key for the type of this object.
 
 This key must exist in the list returned by the getTypes () method for this service.
- Specified by:
 getTypeKey in interface HasType
 
 
 
getStateKey
public String getStateKey()
- Description copied from interface: 
HasState 
- Name: State Key
 Unique identifier for the state of this object.
- Specified by:
 getStateKey in interface HasState
 
- Returns:
 - the state
 
 
 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.