org.kuali.ole.patron.bo
Class OleSourceBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.patron.bo.OleSourceBo
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, OleSourceContract, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class OleSourceBo
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements OleSourceContract

OleSourceBo provides OleSourceBo information through getter and setter.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OleSourceBo()
           
 
Method Summary
 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
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

OleSourceBo

public OleSourceBo()
Method Detail

getOleSourceId

public String getOleSourceId()
Gets the value of oleSourceId property

Specified by:
getOleSourceId in interface OleSourceContract
Returns:
oleSourceId

setOleSourceId

public void setOleSourceId(String oleSourceId)
Sets the value for oleSourceId property

Parameters:
oleSourceId -

getOleSourceCode

public String getOleSourceCode()
Gets the value of oleSourceCode property

Specified by:
getOleSourceCode in interface OleSourceContract
Returns:
oleSourceCode

setOleSourceCode

public void setOleSourceCode(String oleSourceCode)
Sets the value for oleSourceCode property

Parameters:
oleSourceCode -

getOleSourceName

public String getOleSourceName()
Gets the value of oleSourceName property

Specified by:
getOleSourceName in interface OleSourceContract
Returns:
oleSourceName

setOleSourceName

public void setOleSourceName(String oleSourceName)
Sets the value for oleSourceName property

Parameters:
oleSourceName -

getOleSourceDesc

public String getOleSourceDesc()
Gets the value of oleSourceDesc property

Specified by:
getOleSourceDesc in interface OleSourceContract
Returns:
oleSourceDesc

setOleSourceDesc

public void setOleSourceDesc(String oleSourceDesc)
Sets the value for oleSourceDesc property

Parameters:
oleSourceDesc -

isActive

public boolean isActive()
Gets the value of active property

Specified by:
isActive in interface OleSourceContract
Returns:
active

setActive

public void setActive(boolean active)
Sets the value for active property

Parameters:
active -

getId

public String getId()
Specified by:
getId in interface org.kuali.rice.core.api.mo.common.Identifiable


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.