org.kuali.student.r2.common.dto
Class EntityInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.TypeStateEntityInfo
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. |
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.HasMeta |
getMeta |
EntityInfo
public EntityInfo()
- Constructs a new EntityInfo.
EntityInfo
public EntityInfo(Entity entity)
- Constructs a new EntityInfo from another Entity.
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.