@Entity public class OlePatronLocalIdentificationBo extends org.kuali.rice.krad.bo.DataObjectBase 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
|
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
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–2014 The Kuali Foundation. All rights reserved.