public class OlePatronLocalIdentificationBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements OlePatronLocalIdentificationContract
Constructor and Description |
---|
OlePatronLocalIdentificationBo() |
Modifier and Type | Method and Description |
---|---|
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
|
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getObjectId
public OlePatronLocalIdentificationBo()
public String getPatronLocalSeqId()
getPatronLocalSeqId
in interface OlePatronLocalIdentificationContract
public void setPatronLocalSeqId(String patronLocalSeqId)
patronLocalSeqId
- public String getLocalId()
getLocalId
in interface OlePatronLocalIdentificationContract
public void setLocalId(String localId)
localId
- public String getOlePatronId()
getOlePatronId
in interface OlePatronLocalIdentificationContract
public void setOlePatronId(String olePatronId)
olePatronId
- public OlePatronDocument getOlePatronDocument()
public void setOlePatronDocument(OlePatronDocument olePatronDocument)
olePatronDocument
- public static OlePatronLocalIdentificationDefinition to(OlePatronLocalIdentificationBo bo)
bo
- public static OlePatronLocalIdentificationBo from(OlePatronLocalIdentificationDefinition imOleAddressDefinition)
imOleAddressDefinition
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.