org.kuali.ole.deliver.loan.bo
Class OleLoanFastAdd

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.deliver.loan.bo.OleLoanFastAdd
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, 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 OleLoanFastAdd
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

Created with IntelliJ IDEA. User: ? Date: 10/3/12 Time: 3:22 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OleLoanFastAdd()
           
 
Method Summary
 String getBarcode()
           
 String getCallNumber()
           
 String getCallNumberType()
           
 String getCheckinNote()
           
 String getChronology()
           
 String getCirculationLocation()
           
 String getCopyNumber()
           
 String getEnumeration()
           
 String getItemStatus()
           
 String getItemType()
           
 String getLabelForCopyNumber()
           
 String getLocationName()
           
 String getNote()
           
 String getShelvingLocation()
           
 String getTitle()
           
 void setBarcode(String barcode)
           
 void setCallNumber(String callNumber)
           
 void setCallNumberType(String callNumberType)
           
 void setCheckinNote(String checkinNote)
           
 void setChronology(String chronology)
           
 void setCirculationLocation(String circulationLocation)
           
 void setCopyNumber(String copyNumber)
           
 void setEnumeration(String enumeration)
           
 void setItemStatus(String itemStatus)
           
 void setItemType(String itemType)
           
 void setLabelForCopyNumber(String labelForCopyNumber)
           
 void setLocationName(String locationName)
           
 void setNote(String note)
           
 void setShelvingLocation(String shelvingLocation)
           
 void setTitle(String title)
           
 
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.ModelObjectBasic
toString
 

Constructor Detail

OleLoanFastAdd

public OleLoanFastAdd()
Method Detail

getLocationName

public String getLocationName()

setLocationName

public void setLocationName(String locationName)

getChronology

public String getChronology()

setChronology

public void setChronology(String chronology)

getCopyNumber

public String getCopyNumber()

setCopyNumber

public void setCopyNumber(String copyNumber)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getCirculationLocation

public String getCirculationLocation()

setCirculationLocation

public void setCirculationLocation(String circulationLocation)

getItemType

public String getItemType()

setItemType

public void setItemType(String itemType)

getCallNumber

public String getCallNumber()

setCallNumber

public void setCallNumber(String callNumber)

getLabelForCopyNumber

public String getLabelForCopyNumber()

setLabelForCopyNumber

public void setLabelForCopyNumber(String labelForCopyNumber)

getEnumeration

public String getEnumeration()

setEnumeration

public void setEnumeration(String enumeration)

getCheckinNote

public String getCheckinNote()

setCheckinNote

public void setCheckinNote(String checkinNote)

getNote

public String getNote()

setNote

public void setNote(String note)

getShelvingLocation

public String getShelvingLocation()

setShelvingLocation

public void setShelvingLocation(String shelvingLocation)

getBarcode

public String getBarcode()

setBarcode

public void setBarcode(String barcode)

getItemStatus

public String getItemStatus()

setItemStatus

public void setItemStatus(String itemStatus)

getCallNumberType

public String getCallNumberType()

setCallNumberType

public void setCallNumberType(String callNumberType)


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