org.kuali.ole.patron.bo
Class OlePatronLocalIdentificationBo

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.OlePatronLocalIdentificationBo
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, OlePatronLocalIdentificationContract, 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 OlePatronLocalIdentificationBo
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements OlePatronLocalIdentificationContract

OlePatronLocalIdentificationBo provides local id of patron through getter and setter.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OlePatronLocalIdentificationBo()
           
 
Method Summary
static OlePatronLocalIdentificationBo from(OlePatronLocalIdentificationDefinition imOleAddressDefinition)
          This method converts the immutable object OleAddressDefinition into PersistableBusinessObjectBase OleAddressBo
 String getId()
           
 String getLocalId()
          Gets the value of localId property
 OlePatronDocument getOlePatronDocument()
          Gets the value of olePatronDocument property
 String getOlePatronId()
          Gets the value of olePatronId property
 String getPatronLocalSeqId()
          Gets the value of patronLocalSeqId property
 void setLocalId(String localId)
          Sets the value for localId property
 void setOlePatronDocument(OlePatronDocument olePatronDocument)
          Sets the value for olePatronDocument property
 void setOlePatronId(String olePatronId)
          Sets the value for olePatronId property
 void setPatronLocalSeqId(String patronLocalSeqId)
          Sets the value for patronLocalSeqId property
static OlePatronLocalIdentificationDefinition to(OlePatronLocalIdentificationBo bo)
          This method converts the PersistableBusinessObjectBase OleAddressBo into immutable object OleAddressDefinition
 
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.ole.patron.api.OlePatronLocalIdentificationContract
getObjectId
 
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

OlePatronLocalIdentificationBo

public OlePatronLocalIdentificationBo()
Method Detail

getPatronLocalSeqId

public String getPatronLocalSeqId()
Gets the value of patronLocalSeqId property

Specified by:
getPatronLocalSeqId in interface OlePatronLocalIdentificationContract
Returns:
patronLocalSeqId

setPatronLocalSeqId

public void setPatronLocalSeqId(String patronLocalSeqId)
Sets the value for patronLocalSeqId property

Parameters:
patronLocalSeqId -

getLocalId

public String getLocalId()
Gets the value of localId property

Specified by:
getLocalId in interface OlePatronLocalIdentificationContract
Returns:
localId

setLocalId

public void setLocalId(String localId)
Sets the value for localId property

Parameters:
localId -

getOlePatronId

public String getOlePatronId()
Gets the value of olePatronId property

Specified by:
getOlePatronId in interface OlePatronLocalIdentificationContract
Returns:
olePatronId

setOlePatronId

public void setOlePatronId(String olePatronId)
Sets the value for olePatronId property

Parameters:
olePatronId -

getOlePatronDocument

public OlePatronDocument getOlePatronDocument()
Gets the value of olePatronDocument property

Returns:
olePatronDocument

setOlePatronDocument

public void setOlePatronDocument(OlePatronDocument olePatronDocument)
Sets the value for olePatronDocument property

Parameters:
olePatronDocument -

to

public static OlePatronLocalIdentificationDefinition to(OlePatronLocalIdentificationBo bo)
This method converts the PersistableBusinessObjectBase OleAddressBo into immutable object OleAddressDefinition

Parameters:
bo -
Returns:
OleAddressDefinition

from

public static OlePatronLocalIdentificationBo from(OlePatronLocalIdentificationDefinition imOleAddressDefinition)
This method converts the immutable object OleAddressDefinition into PersistableBusinessObjectBase OleAddressBo

Parameters:
imOleAddressDefinition -
Returns:
bo

getId

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


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