org.kuali.rice.edl.impl.bo
Class EDocLiteDefinition
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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
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 |
EDocLiteDefinition
public EDocLiteDefinition()
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.