org.kuali.ole.license.bo
Class OleCheckListBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.license.bo.OleCheckListBo
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, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class OleCheckListBo
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

OleCheckListBo is the business object class for CheckList Maintenance Document

See Also:
Serialized Form

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

OleCheckListBo

public OleCheckListBo()
Method Detail

getOleCheckListId

public Long getOleCheckListId()
Gets the oleCheckListId attribute.

Returns:
Returns the oleCheckListId

setOleCheckListId

public void setOleCheckListId(Long oleCheckListId)
Sets the oleCheckListId attribute value.

Parameters:
oleCheckListId - The oleCheckListId to set.

getDescription

public String getDescription()
Gets the description attribute.

Returns:
Returns the description

setDescription

public void setDescription(String description)
Sets the description attribute value.

Parameters:
description - The description to set.

getLastModified

public Timestamp getLastModified()
Gets the lastModified attribute.

Returns:
Returns the lastModified

setLastModified

public void setLastModified(Timestamp lastModified)
Sets the lastModified attribute value.

Parameters:
lastModified - The lastModified to set.

getName

public String getName()
Gets the name attribute.

Returns:
Returns the name

setName

public void setName(String name)
Sets the name attribute value.

Parameters:
name - The name to set.

getAuthor

public String getAuthor()
Gets the author attribute.

Returns:
Returns the author

setAuthor

public void setAuthor(String author)
Sets the author attribute value.

Parameters:
author - The author to set.

isActiveIndicator

public boolean isActiveIndicator()
Gets the activeIndicator attribute.

Returns:
Returns the activeIndicator

setActiveIndicator

public void setActiveIndicator(boolean activeIndicator)
Sets the activeIndicator attribute value.

Parameters:
activeIndicator - The activeIndicator to set.

getFileName

public String getFileName()
Gets the fileName attribute.

Returns:
Returns the fileName

setFileName

public void setFileName(String fileName)
Sets the fileName attribute value.

Parameters:
fileName - The fileName to set.

getRemoteObjectIdentifier

public String getRemoteObjectIdentifier()
Gets the remoteObjectIdentifier attribute.

Returns:
Returns the remoteObjectIdentifier

setRemoteObjectIdentifier

public void setRemoteObjectIdentifier(String remoteObjectIdentifier)
Sets the remoteObjectIdentifier attribute value.

Parameters:
remoteObjectIdentifier - The remoteObjectIdentifier to set.

getMimeType

public String getMimeType()
Gets the mimeType attribute.

Returns:
Returns the mimeType

setMimeType

public void setMimeType(String mimeType)
Sets the mimeType attribute value.

Parameters:
mimeType - The mimeType to set.

isComplete

public boolean isComplete()
Gets the isComplete attribute.

Returns:
boolean


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.