|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.ole.license.bo.OleCheckListBo
public class OleCheckListBo
OleCheckListBo is the business object class for CheckList Maintenance Document
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OleCheckListBo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
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, setVersionNumber |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public OleCheckListBo()
Method Detail |
---|
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 String getName()
public void setName(String name)
name
- The name to set.public String getAuthor()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |