public class OLELookupUserResponse extends Object
Constructor and Description |
---|
OLELookupUserResponse() |
Modifier and Type | Method and Description |
---|---|
List<OLEUserPrivilege> |
getOleUserPrivileges() |
OLELookupUserEntityAddressBo |
getPatronAddress() |
OLELookupUserEntityEmailBo |
getPatronEmail() |
String |
getPatronId() |
OLELookupUserEntityNameBo |
getPatronName() |
OLELookupUserEntityPhoneBo |
getPatronPhone() |
void |
setOleUserPrivileges(List<OLEUserPrivilege> oleUserPrivileges) |
void |
setPatronAddress(OLELookupUserEntityAddressBo patronAddress) |
void |
setPatronEmail(OLELookupUserEntityEmailBo patronEmail) |
void |
setPatronId(String patronId) |
void |
setPatronName(OLELookupUserEntityNameBo patronName) |
void |
setPatronPhone(OLELookupUserEntityPhoneBo patronPhone) |
public OLELookupUserResponse()
public String getPatronId()
public void setPatronId(String patronId)
public OLELookupUserEntityNameBo getPatronName()
public void setPatronName(OLELookupUserEntityNameBo patronName)
public OLELookupUserEntityEmailBo getPatronEmail()
public void setPatronEmail(OLELookupUserEntityEmailBo patronEmail)
public OLELookupUserEntityAddressBo getPatronAddress()
public void setPatronAddress(OLELookupUserEntityAddressBo patronAddress)
public List<OLEUserPrivilege> getOleUserPrivileges()
public void setOleUserPrivileges(List<OLEUserPrivilege> oleUserPrivileges)
public OLELookupUserEntityPhoneBo getPatronPhone()
public void setPatronPhone(OLELookupUserEntityPhoneBo patronPhone)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.