org.kuali.student.core.bo
Interface KsMetaBusinessObject

All Superinterfaces:
BusinessObject, KsBusinessObject, PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Subinterfaces:
KsTypeStateBusinessObject, KsVersionBusinessObject
All Known Implementing Classes:
Atp, Clu, CluAccreditation, CluCluRelation, CluFee, CluFeeRecord, DateRange, KsMetaBusinessObjectBase, KsMetaInactivatableFromToBase, KsTypeStateBusinessObjectBase, KsVersionBusinessObjectBase, LuCode, LuLuRelationType, Milestone, SubjectCode

public interface KsMetaBusinessObject
extends KsBusinessObject


Method Summary
 Date getCreateDate()
           
 String getCreateId()
           
 Meta getMeta()
           
 Date getUpdateDate()
           
 String getUpdateId()
           
 void setCreateDate(Date createDate)
           
 void setCreateId(String createId)
           
 void setMeta(Meta meta)
           
 void setUpdateDate(Date updateDate)
           
 void setUpdateId(String updateId)
           
 
Methods inherited from interface org.kuali.student.core.bo.KsBusinessObject
getId, setId
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 

Method Detail

getCreateId

String getCreateId()

setCreateId

void setCreateId(String createId)

getCreateDate

Date getCreateDate()

setCreateDate

void setCreateDate(Date createDate)

getUpdateId

String getUpdateId()

setUpdateId

void setUpdateId(String updateId)

getUpdateDate

Date getUpdateDate()

setUpdateDate

void setUpdateDate(Date updateDate)

getMeta

Meta getMeta()

setMeta

void setMeta(Meta meta)


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