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.
|
_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, 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, setVersionNumber
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toString
public 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–2014 The Kuali Foundation. All rights reserved.