org.kuali.student.r1.common.entity
Class MetaEntity

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r1.common.entity.MetaEntity
All Implemented Interfaces:
PersistableEntity<String>
Direct Known Subclasses:
AllowedLoLoRelationType, CluAccreditation, CluCluRelation, CluFee, CluFeeRecord, CluLoRelation, CluPublication, CluSet, Comment, Document, Lo, LoCategory, LoLoRelation, LoRepository, LuCode, LuLuRelationType, Org, OrgOrgRelation, OrgPersonRelation, OrgPositionRestriction, Proposal, RefDocRelation, RefStatementRelation, ReqComponent, Statement, Tag, VersionEntity

@MappedSuperclass
public abstract class MetaEntity
extends BaseEntity


Constructor Summary
MetaEntity()
           
 
Method Summary
 Meta getMeta()
           
protected  void onPrePersist()
           
protected  void onPreUpdate()
           
 void setMeta(Meta meta)
           
 
Methods inherited from class org.kuali.student.r1.common.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
 

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 © 2004-2013 The Kuali Foundation. All Rights Reserved.