org.kuali.student.core.entity
Class MetaEntity

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.entity.MetaEntity
Direct Known Subclasses:
AllowedCluLoRelationType, AllowedCluResultLuType, AllowedLoLoRelationType, AllowedLuLuRelationType, AllowedResultComponentUsageType, AllowedResultUsageLuType, Atp, CluAccreditation, CluCluRelation, CluFee, CluFeeRecord, CluLoRelation, CluPublication, CluResult, CluSet, Comment, DateRange, Document, Lo, LoCategory, LoLoRelation, LoRepository, LuCode, Lui, LuiLuiRelation, LuLuRelationType, Milestone, Org, OrgOrgRelation, OrgPersonRelation, OrgPositionRestriction, Proposal, RefDocRelation, RefStatementRelation, ReqComponent, ResultComponent, ResultOption, Scale, Statement, Tag, VersionEntity

public abstract class MetaEntity
extends BaseEntity


Field Summary
private  Meta meta
           
 
Constructor Summary
MetaEntity()
           
 
Method Summary
 Meta getMeta()
           
protected  void onPrePersist()
           
protected  void onPreUpdate()
           
 void setMeta(Meta meta)
           
 
Methods inherited from class org.kuali.student.core.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

meta

private Meta meta
Constructor Detail

MetaEntity

public MetaEntity()
Method Detail

onPrePersist

protected void onPrePersist()
Overrides:
onPrePersist in class BaseEntity

onPreUpdate

protected void onPreUpdate()
Overrides:
onPreUpdate in class BaseEntity

getMeta

public Meta getMeta()

setMeta

public void setMeta(Meta meta)


Copyright © 2010 The Kuali Foundation. All rights reserved.