org.kuali.student.r2.common.dto
Class EntityInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.EntityInfo
All Implemented Interfaces:
Serializable, Entity, HasAttributes, HasAttributesAndMeta, HasMeta, HasPrimaryKey, HasState, HasType, TypeStateEntity
Direct Known Subclasses:
CourseJointInfo, IdEntityInfo, KeyEntityInfo

public abstract class EntityInfo
extends TypeStateEntityInfo
implements Entity, Serializable

Information about an Entity.

Author:
tom
See Also:
Serialized Form

Constructor Summary
EntityInfo()
          Constructs a new EntityInfo.
EntityInfo(Entity entity)
          Constructs a new EntityInfo from another Entity.
 
Method Summary
 RichTextInfo getDescr()
          A description of the entity.
 String getName()
          A display name for this entity.
 void setDescr(RichTextInfo descr)
           
 void setName(String name)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
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.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Constructor Detail

EntityInfo

public EntityInfo()
Constructs a new EntityInfo.


EntityInfo

public EntityInfo(Entity entity)
Constructs a new EntityInfo from another Entity.

Method Detail

getName

public String getName()
Description copied from interface: Entity
A display name for this entity.

Specified by:
getName in interface Entity

setName

public void setName(String name)

getDescr

public RichTextInfo getDescr()
Description copied from interface: Entity
A description of the entity.

Specified by:
getDescr in interface Entity

setDescr

public void setDescr(RichTextInfo descr)


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