public class OleSourceBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements OleSourceContract
| Constructor and Description | 
|---|
| OleSourceBo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId() | 
| String | getOleSourceCode()Gets the value of oleSourceCode property | 
| String | getOleSourceDesc()Gets the value of oleSourceDesc property | 
| String | getOleSourceId()Gets the value of oleSourceId property | 
| String | getOleSourceName()Gets the value of oleSourceName property | 
| boolean | isActive()Gets the value of active property | 
| void | setActive(boolean active)Sets the value for active property | 
| void | setOleSourceCode(String oleSourceCode)Sets the value for oleSourceCode property | 
| void | setOleSourceDesc(String oleSourceDesc)Sets the value for oleSourceDesc property | 
| void | setOleSourceId(String oleSourceId)Sets the value for oleSourceId property | 
| void | setOleSourceName(String oleSourceName)Sets the value for oleSourceName property | 
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, setVersionNumberpublic OleSourceBo()
public String getOleSourceId()
getOleSourceId in interface OleSourceContractpublic void setOleSourceId(String oleSourceId)
oleSourceId - public String getOleSourceCode()
getOleSourceCode in interface OleSourceContractpublic void setOleSourceCode(String oleSourceCode)
oleSourceCode - public String getOleSourceName()
getOleSourceName in interface OleSourceContractpublic void setOleSourceName(String oleSourceName)
oleSourceName - public String getOleSourceDesc()
getOleSourceDesc in interface OleSourceContractpublic void setOleSourceDesc(String oleSourceDesc)
oleSourceDesc - public boolean isActive()
isActive in interface OleSourceContractpublic void setActive(boolean active)
active - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.