|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.rice.edl.impl.bo.EDocLiteAssociation
@Entity public class EDocLiteAssociation
Association between WorkflowDocument type -> EDocLite definition, EDocLite style Table: en_edoclt_assoc_t
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 |
---|
public EDocLiteAssociation()
Method Detail |
---|
public Long getEdocLiteAssocId()
public void setEdocLiteAssocId(Long edocLiteAssocId)
getEdocLiteAssocId()
public String getEdlName()
public void setEdlName(String edlName)
getEdlName()
public String getDefinition()
public void setDefinition(String definition)
getDefinition()
public String getStyle()
public void setStyle(String style)
getStyle()
public Boolean getActiveInd()
public void setActiveInd(Boolean activeInd)
getActiveInd()
public String getActionsUrl()
public void setActionsUrl(String actionsUrl)
getActionsUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |