|
||||||||||
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.OleProxyPatronDocument
public class OleProxyPatronDocument
OleProxyPatronDocument provides OleProxyPatronDocument information through getter and setter.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OleProxyPatronDocument()
|
Method Summary | |
---|---|
static OleProxyPatronDocument |
from(OleProxyPatronDefinition im)
This method converts the immutable object OleProxyPatronDefinition into PersistableBusinessObjectBase OleProxyPatronDocument |
String |
getId()
|
OlePatronDocument |
getOlePatronDocument()
Gets the value of olePatronDocument property |
String |
getOlePatronId()
Gets the value of olePatronId property |
String |
getOleProxyPatronDocumentId()
Gets the value of oleProxyPatronDocumentId property |
Date |
getProxyPatronActivationDate()
Gets the value of proxyPatronActivationDate property |
String |
getProxyPatronBarcode()
Gets the value of proxyPatronBarcode property |
Date |
getProxyPatronExpirationDate()
Gets the value of proxyPatronExpirationDate property |
String |
getProxyPatronFirstName()
Gets the value of proxyPatronFirstName property |
String |
getProxyPatronId()
Gets the value of proxyPatronId property |
String |
getProxyPatronLastName()
Gets the value of proxyPatronLastName property |
boolean |
isActive()
Gets the value of active property |
void |
setActive(boolean active)
Sets the value for active property |
void |
setOlePatronDocument(OlePatronDocument olePatronDocument)
Sets the value for olePatronDocument property |
void |
setOlePatronId(String olePatronId)
Sets the value for olePatronId property |
void |
setOleProxyPatronDocumentId(String oleProxyPatronDocumentId)
Sets the value for oleProxyPatronDocumentId property |
void |
setProxyPatronActivationDate(Date proxyPatronActivationDate)
Sets the value for proxyPatronActivationDate property |
void |
setProxyPatronBarcode(String proxyPatronBarcode)
Sets the value for proxyPatronBarcode property |
void |
setProxyPatronExpirationDate(Date proxyPatronExpirationDate)
Sets the value for proxyPatronExpirationDate property |
void |
setProxyPatronFirstName(String proxyPatronFirstName)
Sets the value for proxyPatronFirstName property |
void |
setProxyPatronId(String proxyPatronId)
Sets the value for proxyPatronId property |
void |
setProxyPatronLastName(String proxyPatronLastName)
Sets the value for proxyPatronLastName property |
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.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public OleProxyPatronDocument()
Method Detail |
---|
public String getProxyPatronBarcode()
public void setProxyPatronBarcode(String proxyPatronBarcode)
proxyPatronBarcode
- public String getProxyPatronFirstName()
public void setProxyPatronFirstName(String proxyPatronFirstName)
proxyPatronFirstName
- public String getProxyPatronLastName()
public void setProxyPatronLastName(String proxyPatronLastName)
proxyPatronLastName
- public String getOleProxyPatronDocumentId()
getOleProxyPatronDocumentId
in interface OleProxyPatronContract
public void setOleProxyPatronDocumentId(String oleProxyPatronDocumentId)
oleProxyPatronDocumentId
- public String getProxyPatronId()
getProxyPatronId
in interface OleProxyPatronContract
public void setProxyPatronId(String proxyPatronId)
proxyPatronId
- public String getOlePatronId()
getOlePatronId
in interface OleProxyPatronContract
public void setOlePatronId(String olePatronId)
olePatronId
- public OlePatronDocument getOlePatronDocument()
public void setOlePatronDocument(OlePatronDocument olePatronDocument)
olePatronDocument
- public Date getProxyPatronExpirationDate()
getProxyPatronExpirationDate
in interface OleProxyPatronContract
public void setProxyPatronExpirationDate(Date proxyPatronExpirationDate)
proxyPatronExpirationDate
- public Date getProxyPatronActivationDate()
getProxyPatronActivationDate
in interface OleProxyPatronContract
public void setProxyPatronActivationDate(Date proxyPatronActivationDate)
proxyPatronActivationDate
- public boolean isActive()
isActive
in interface OleProxyPatronContract
public void setActive(boolean active)
active
- public static OleProxyPatronDocument from(OleProxyPatronDefinition im)
im(OleProxyPatronDefinition)
-
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 |