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

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, newCollectionRecord, objectId, versionNumber
 
Constructor Summary
EDocLiteAssociation()
           
 
Method Summary
 String getActionsUrl()
          Returns actions url
 Boolean getActiveInd()
          Returns the records activity.
 String getDefinition()
          Returns the definition
 String getEdlName()
          Returns the edoc lite name
 Long getEdocLiteAssocId()
          Returns the edoc lite association id
 String getStyle()
          Returns the style.
 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, 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

EDocLiteAssociation

public EDocLiteAssociation()
Method Detail

getEdocLiteAssocId

public Long getEdocLiteAssocId()
Returns the edoc lite association id

Returns:
the association id

setEdocLiteAssocId

public void setEdocLiteAssocId(Long edocLiteAssocId)
See Also:
getEdocLiteAssocId()

getEdlName

public String getEdlName()
Returns the edoc lite name

Returns:
the edoc lite name

setEdlName

public void setEdlName(String edlName)
See Also:
getEdlName()

getDefinition

public String getDefinition()
Returns the definition

Returns:
the definition

setDefinition

public void setDefinition(String definition)
See Also:
getDefinition()

getStyle

public String getStyle()
Returns the style.

Returns:
the style

setStyle

public void setStyle(String style)
See Also:
getStyle()

getActiveInd

public Boolean getActiveInd()
Returns the records activity.

Returns:
TRUE if the record is active, FALSE otherwise.

setActiveInd

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

getActionsUrl

public String getActionsUrl()
Returns actions url

Returns:
the actions url

setActionsUrl

public void setActionsUrl(String actionsUrl)
See Also:
getActionsUrl()


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