Package org.kuali.rice.kns.bo
Class GlobalBusinessObjectDetailBase
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.bo.GlobalBusinessObjectDetailBase
- All Implemented Interfaces:
Serializable,org.apache.ojb.broker.PersistenceBrokerAware,org.kuali.rice.core.api.mo.common.GloballyUnique,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelObjectBasic,GlobalBusinessObjectDetail,org.kuali.rice.krad.bo.BusinessObject,PersistableBusinessObject
@Deprecated
@MappedSuperclass
public abstract class GlobalBusinessObjectDetailBase
extends PersistableBusinessObjectBase
implements GlobalBusinessObjectDetail
Deprecated.
use BulkUpdate instead
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the documentNumber attribute.voidsetDocumentNumber(String documentNumber) Deprecated.Sets the documentNumber attribute.Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberMethods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
-
Constructor Details
-
GlobalBusinessObjectDetailBase
public GlobalBusinessObjectDetailBase()Deprecated.
-
-
Method Details
-
getDocumentNumber
Deprecated.Description copied from interface:GlobalBusinessObjectDetailGets the documentNumber attribute.- Specified by:
getDocumentNumberin interfaceGlobalBusinessObjectDetail- Returns:
- Returns the documentNumber
-
setDocumentNumber
Deprecated.Description copied from interface:GlobalBusinessObjectDetailSets the documentNumber attribute.- Specified by:
setDocumentNumberin interfaceGlobalBusinessObjectDetail- Parameters:
documentNumber- The documentNumber to set.
-