public class OleOverlayAction extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OleOverlayAction() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<OleMappingField> |
getOleMappingFields() |
List<OleOutputFieldMapping> |
getOleOutputFieldMappings() |
String |
getOverlayActionId() |
String |
getProfileName() |
void |
setDescription(String description) |
void |
setOleMappingFields(List<OleMappingField> oleMappingFields) |
void |
setOleOutputFieldMappings(List<OleOutputFieldMapping> oleOutputFieldMappings) |
void |
setOverlayActionId(String overlayActionId) |
void |
setProfileName(String profileName) |
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
public OleOverlayAction()
public String getDescription()
public void setDescription(String description)
public String getOverlayActionId()
public void setOverlayActionId(String overlayActionId)
public List<OleMappingField> getOleMappingFields()
public void setOleMappingFields(List<OleMappingField> oleMappingFields)
public List<OleOutputFieldMapping> getOleOutputFieldMappings()
public void setOleOutputFieldMappings(List<OleOutputFieldMapping> oleOutputFieldMappings)
public String getProfileName()
public void setProfileName(String profileName)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.