public class AlertFieldValueMapping extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
AlertFieldValueMapping() |
Modifier and Type | Method and Description |
---|---|
AlertDocument |
getAlertDocument() |
String |
getAlertDocumentId() |
String |
getAlertFieldValueMappingId() |
String |
getFieldName() |
String |
getFieldType() |
String |
getFieldValue() |
boolean |
isBooFieldValue() |
void |
setAlertDocument(AlertDocument alertDocument) |
void |
setAlertDocumentId(String alertDocumentId) |
void |
setAlertFieldValueMappingId(String alertFieldValueMappingId) |
void |
setBooFieldValue(boolean booFieldValue) |
void |
setFieldName(String fieldName) |
void |
setFieldType(String fieldType) |
void |
setFieldValue(String fieldValue) |
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 AlertFieldValueMapping()
public String getAlertFieldValueMappingId()
public void setAlertFieldValueMappingId(String alertFieldValueMappingId)
public String getFieldName()
public void setFieldName(String fieldName)
public String getFieldType()
public void setFieldType(String fieldType)
public String getFieldValue()
public void setFieldValue(String fieldValue)
public String getAlertDocumentId()
public void setAlertDocumentId(String alertDocumentId)
public AlertDocument getAlertDocument()
public void setAlertDocument(AlertDocument alertDocument)
public boolean isBooFieldValue()
public void setBooFieldValue(boolean booFieldValue)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.