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

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.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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.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)
           
 
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

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)

getActionsUrl

public String getActionsUrl()

setActionsUrl

public void setActionsUrl(String actionsUrl)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.