org.kuali.student.core.bo
Interface KsBusinessObject

All Superinterfaces:
BusinessObject, PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Subinterfaces:
KsMetaBusinessObject, KsTypeBusinessObject, KsTypeStateBusinessObject, KsVersionBusinessObject
All Known Implementing Classes:
AffiliatedOrg, Atp, AtpDurationType, AtpRichText, AtpSeasonalType, AtpType, Clu, CluAccounting, CluAccreditation, CluAdminOrg, CluAtpTypeKey, CluAttribute, CluCampusLocation, CluCluRelation, CluFee, CluFeeAmount, CluFeeRecord, CluIdentifier, CluInstructor, DateRange, DateRangeType, EnumeratedValue, Enumeration, KsAttributeBusinessObjectBase, KsBusinessObjectBase, KsInactivatableFromToBase, KsMetaBusinessObjectBase, KsMetaInactivatableFromToBase, KsRichTextBusinessObjectBase, KsTypeBusinessObjectBase, KsTypeStateBusinessObjectBase, KsVersionBusinessObjectBase, LuCode, LuLuRelationType, LuRichText, LuType, MessageEntity, Milestone, MilestoneType

public interface KsBusinessObject
extends PersistableBusinessObject


Method Summary
 String getId()
           
 void setId(String id)
           
 
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

getId

String getId()

setId

void setId(String id)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.