@Entity public class OleSourceBo extends org.kuali.rice.krad.bo.DataObjectBase 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
|
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
public OleSourceBo()
public String getOleSourceId()
getOleSourceId
in interface OleSourceContract
public void setOleSourceId(String oleSourceId)
oleSourceId
- public String getOleSourceCode()
getOleSourceCode
in interface OleSourceContract
public void setOleSourceCode(String oleSourceCode)
oleSourceCode
- public String getOleSourceName()
getOleSourceName
in interface OleSourceContract
public void setOleSourceName(String oleSourceName)
oleSourceName
- public String getOleSourceDesc()
getOleSourceDesc
in interface OleSourceContract
public void setOleSourceDesc(String oleSourceDesc)
oleSourceDesc
- public boolean isActive()
isActive
in interface OleSourceContract
public void setActive(boolean active)
active
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.