org.kuali.rice.edl.impl.bo
Class EDocLiteAssociation
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectBase
       org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
           org.kuali.rice.edl.impl.bo.EDocLiteAssociation
org.kuali.rice.edl.impl.bo.EDocLiteAssociation
- All Implemented Interfaces: 
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
- @Entity
public class EDocLiteAssociation 
- extends PersistableBusinessObjectBase- implements Serializable
Association between WorkflowDocument type -> EDocLite definition, EDocLite style
 Table: en_edoclt_assoc_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, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber | 
 
 
 
 
EDocLiteAssociation
public EDocLiteAssociation()
getEdocLiteAssocId
public Long getEdocLiteAssocId()
- 
 
- 
 
setEdocLiteAssocId
public void setEdocLiteAssocId(Long edocLiteAssocId)
- 
 
- 
 
getEdlName
public String getEdlName()
- 
 
- 
 
setEdlName
public void setEdlName(String edlName)
- 
 
- 
 
getDefinition
public String getDefinition()
- 
 
- 
 
setDefinition
public void setDefinition(String definition)
- 
 
- 
 
getStyle
public String getStyle()
- 
 
- 
 
setStyle
public void setStyle(String style)
- 
 
- 
 
getActiveInd
public Boolean getActiveInd()
- 
 
- 
 
setActiveInd
public void setActiveInd(Boolean activeInd)
- 
 
- 
 
getActionsUrl
public String getActionsUrl()
- 
 
- 
 
setActionsUrl
public void setActionsUrl(String actionsUrl)
- 
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.