|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.ole.patron.bo.OlePatronLocalIdentificationBo
public class OlePatronLocalIdentificationBo
OlePatronLocalIdentificationBo provides local id of patron through getter and setter.
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 |
---|
public OlePatronLocalIdentificationBo()
Method Detail |
---|
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
-
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |