public class OleCheckListBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| OleCheckListBo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAuthor()Gets the author attribute. | 
| String | getDescription()Gets the description attribute. | 
| String | getFileName()Gets the fileName attribute. | 
| Timestamp | getLastModified()Gets the lastModified attribute. | 
| String | getMimeType()Gets the mimeType attribute. | 
| String | getName()Gets the name attribute. | 
| Long | getOleCheckListId()Gets the oleCheckListId attribute. | 
| String | getRemoteObjectIdentifier()Gets the remoteObjectIdentifier attribute. | 
| boolean | isActiveIndicator()Gets the activeIndicator attribute. | 
| boolean | isComplete()Gets the isComplete attribute. | 
| void | setActiveIndicator(boolean activeIndicator)Sets the activeIndicator attribute value. | 
| void | setAuthor(String author)Sets the author attribute value. | 
| void | setDescription(String description)Sets the description attribute value. | 
| void | setFileName(String fileName)Sets the fileName attribute value. | 
| void | setLastModified(Timestamp lastModified)Sets the lastModified attribute value. | 
| void | setMimeType(String mimeType)Sets the mimeType attribute value. | 
| void | setName(String name)Sets the name attribute value. | 
| void | setOleCheckListId(Long oleCheckListId)Sets the oleCheckListId attribute value. | 
| void | setRemoteObjectIdentifier(String remoteObjectIdentifier)Sets the remoteObjectIdentifier attribute value. | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic OleCheckListBo()
public Long getOleCheckListId()
public void setOleCheckListId(Long oleCheckListId)
oleCheckListId - The oleCheckListId to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public Timestamp getLastModified()
public void setLastModified(Timestamp lastModified)
lastModified - The lastModified to set.public void setName(String name)
name - The name to set.public void setAuthor(String author)
author - The author to set.public boolean isActiveIndicator()
public void setActiveIndicator(boolean activeIndicator)
activeIndicator - The activeIndicator to set.public String getFileName()
public void setFileName(String fileName)
fileName - The fileName to set.public String getRemoteObjectIdentifier()
public void setRemoteObjectIdentifier(String remoteObjectIdentifier)
remoteObjectIdentifier - The remoteObjectIdentifier to set.public String getMimeType()
public void setMimeType(String mimeType)
mimeType - The mimeType to set.public boolean isComplete()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.