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 |
getBatchProcessProfileId() |
String |
getDataType() |
String |
getDefaultValue() |
OLEBatchProcessProfileBo |
getOleBatchProcessProfileBo() |
String |
getOleBatchProcessProfileConstantsId() |
void |
setAttributeName(String attributeName) |
void |
setAttributeNameText(String attributeNameText) |
void |
setAttributeValue(String attributeValue) |
void |
setBatchProcessProfileId(String batchProcessProfileId) |
void |
setDataType(String dataType) |
void |
setDefaultValue(String defaultValue) |
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)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.