public class OLEBatchProcessProfileConstantsBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OLEBatchProcessProfileConstantsBo() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
String |
getAttributeNameText() |
String |
getAttributeValue() |
String |
getAttributeValueText() |
String |
getBatchProcessProfileId() |
String |
getDataType() |
String |
getDefaultValue() |
String |
getOldAttributeName() |
OLEBatchProcessProfileBo |
getOleBatchProcessProfileBo() |
String |
getOleBatchProcessProfileConstantsId() |
void |
setAttributeName(String attributeName) |
void |
setAttributeNameText(String attributeNameText) |
void |
setAttributeValue(String attributeValue) |
void |
setAttributeValueText(String attributeValueText) |
void |
setBatchProcessProfileId(String batchProcessProfileId) |
void |
setDataType(String dataType) |
void |
setDefaultValue(String defaultValue) |
void |
setOldAttributeName(String oldAttributeName) |
void |
setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo) |
void |
setOleBatchProcessProfileConstantsId(String oleBatchProcessProfileConstantsId) |
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 OLEBatchProcessProfileConstantsBo()
public String getOleBatchProcessProfileConstantsId()
public void setOleBatchProcessProfileConstantsId(String oleBatchProcessProfileConstantsId)
public String getBatchProcessProfileId()
public void setBatchProcessProfileId(String batchProcessProfileId)
public OLEBatchProcessProfileBo getOleBatchProcessProfileBo()
public void setOleBatchProcessProfileBo(OLEBatchProcessProfileBo oleBatchProcessProfileBo)
public String getAttributeName()
public void setAttributeName(String attributeName)
public String getAttributeValue()
public void setAttributeValue(String attributeValue)
public String getAttributeNameText()
public void setAttributeNameText(String attributeNameText)
public String getDataType()
public void setDataType(String dataType)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getAttributeValueText()
public void setAttributeValueText(String attributeValueText)
public String getOldAttributeName()
public void setOldAttributeName(String oldAttributeName)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.