org.kuali.rice.kew.edl.bo
Class EDocLiteAssociation

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kew.bo.KewPersistableBusinessObjectBase
              extended by org.kuali.rice.kew.edl.bo.EDocLiteAssociation
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, PersistableBusinessObject

@Sequence(name="KREW_EDL_S",
          property="edocLiteAssocId")
public class EDocLiteAssociation
extends KewPersistableBusinessObjectBase
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

Field Summary
private  String actionsUrl
           
private  Boolean activeInd
          edoclt_assoc_actv_ind
private  String definition
          edoclt_assoc_def_nm
private  String edlName
          edoclt_assoc_doctype_nm
private  Long edocLiteAssocId
          edoclt_assoc_id
private static long serialVersionUID
           
private  String style
          edoclt_assoc_style_nm
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
EDocLiteAssociation()
           
 
Method Summary
 String getActionsUrl()
           
 Boolean getActiveInd()
           
 String getDefinition()
           
 String getEdlName()
           
 Long getEdocLiteAssocId()
           
 String getStyle()
           
 void setActionsUrl(String actionsUrl)
           
 void setActiveInd(Boolean activeInd)
           
 void setDefinition(String definition)
           
 void setEdlName(String edlName)
           
 void setEdocLiteAssocId(Long edocLiteAssocId)
           
 void setStyle(String style)
           
 String toString()
           
protected  LinkedHashMap<String,Object> toStringMapper()
          This overridden method ...
 
Methods inherited from class org.kuali.rice.kew.bo.KewPersistableBusinessObjectBase
beforeInsert
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

edocLiteAssocId

private Long edocLiteAssocId
edoclt_assoc_id


edlName

private String edlName
edoclt_assoc_doctype_nm


definition

private String definition
edoclt_assoc_def_nm


style

private String style
edoclt_assoc_style_nm


activeInd

private Boolean activeInd
edoclt_assoc_actv_ind


actionsUrl

private String actionsUrl
Constructor Detail

EDocLiteAssociation

public EDocLiteAssociation()
Method Detail

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)

toString

public String toString()
Overrides:
toString in class BusinessObjectBase
See Also:
Object.toString()

getActionsUrl

public String getActionsUrl()

setActionsUrl

public void setActionsUrl(String actionsUrl)

toStringMapper

protected LinkedHashMap<String,Object> toStringMapper()
This overridden method ...

Specified by:
toStringMapper in class BusinessObjectBase
Returns:
Map containing the fieldValues of the key fields for this class, indexed by fieldName
See Also:
BusinessObjectBase.toStringMapper()


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