org.kuali.rice.edl.impl.bo
Class EDocLiteDefinition

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.edl.impl.bo.EDocLiteDefinition
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

@Entity
public class EDocLiteDefinition
extends PersistableBusinessObjectBase

EDocLite document definition Table: en_edoclt_def_t

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
 
Constructor Summary
EDocLiteDefinition()
           
 
Method Summary
 Boolean getActiveInd()
          Returns true if the record is active, false otherwise.
 Long getId()
          Returns the edoc lite definition id.
 String getName()
          Returns the name.
 String getXmlContent()
          Returns the xml content.
 void setActiveInd(Boolean activeInd)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setXmlContent(String xmlContent)
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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
 
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

EDocLiteDefinition

public EDocLiteDefinition()
Method Detail

getId

public Long getId()
Returns the edoc lite definition id.

Returns:
the definition id

setId

public void setId(Long id)
See Also:
getId()

getName

public String getName()
Returns the name.

Returns:
the name

setName

public void setName(String name)
See Also:
getName()

getXmlContent

public String getXmlContent()
Returns the xml content.

Returns:
the xml content

setXmlContent

public void setXmlContent(String xmlContent)
See Also:
getXmlContent()

getActiveInd

public Boolean getActiveInd()
Returns true if the record is active, false otherwise.

Returns:
TRUE if the record is active, FALSE otherwise

setActiveInd

public void setActiveInd(Boolean activeInd)
See Also:
getActiveInd()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.