public class OleDefaultTableColumnValueDocument extends org.kuali.rice.krad.document.TransactionalDocumentBase implements org.kuali.rice.core.api.mo.common.active.Inactivatable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected Timestamp |
createdDate |
protected BigDecimal |
defaultTableColumnId |
protected String |
defaultValue |
protected String |
documentColumn |
protected String |
documentNumber |
protected String |
documentTypeId |
protected org.kuali.rice.kew.doctype.bo.DocumentType |
documentTypes |
protected Timestamp |
modifiedDate |
| Constructor and Description |
|---|
OleDefaultTableColumnValueDocument() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreatedDate() |
BigDecimal |
getDefaultTableColumnId() |
String |
getDefaultValue() |
String |
getDocumentColumn() |
String |
getDocumentNumber() |
String |
getDocumentTypeId() |
org.kuali.rice.kew.doctype.bo.DocumentType |
getDocumentTypes() |
Timestamp |
getModifiedDate() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCreatedDate(Timestamp createdDate) |
void |
setDefaultTableColumnId(BigDecimal defaultTableColumnId) |
void |
setDefaultValue(String defaultValue) |
void |
setDocumentColumn(String documentColumn) |
void |
setDocumentNumber(String documentNumber) |
void |
setDocumentTypeId(String documentTypeId) |
void |
setDocumentTypes(org.kuali.rice.kew.doctype.bo.DocumentType documentTypes) |
void |
setModifiedDate(Timestamp modifiedDate) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
void |
valueSubmit() |
getAllowsCopy, isSessionDocumentaddCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setNewDocumentHeader, setNotes, setPessimisticLocks, toCopy, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerializationafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setNotes, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerializationprotected String documentNumber
protected BigDecimal defaultTableColumnId
protected String documentTypeId
protected String documentColumn
protected org.kuali.rice.kew.doctype.bo.DocumentType documentTypes
protected boolean active
protected Timestamp createdDate
protected Timestamp modifiedDate
protected String defaultValue
public OleDefaultTableColumnValueDocument()
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getDocumentNumber()
getDocumentNumber in interface org.kuali.rice.krad.document.DocumentgetDocumentNumber in class org.kuali.rice.krad.document.DocumentBasepublic void setDocumentNumber(String documentNumber)
setDocumentNumber in interface org.kuali.rice.krad.document.DocumentsetDocumentNumber in class org.kuali.rice.krad.document.DocumentBasepublic Timestamp getCreatedDate()
public void setCreatedDate(Timestamp createdDate)
public Timestamp getModifiedDate()
public void setModifiedDate(Timestamp modifiedDate)
public BigDecimal getDefaultTableColumnId()
public void setDefaultTableColumnId(BigDecimal defaultTableColumnId)
public String getDocumentTypeId()
public void setDocumentTypeId(String documentTypeId)
public String getDocumentColumn()
public void setDocumentColumn(String documentColumn)
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
public org.kuali.rice.kew.doctype.bo.DocumentType getDocumentTypes()
public void setDocumentTypes(org.kuali.rice.kew.doctype.bo.DocumentType documentTypes)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public void valueSubmit()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.