public class PatronInfo extends Object
| Constructor and Description |
|---|
PatronInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeId() |
LocalDate |
getBirthDate() |
String |
getDepartment() |
String |
getDisplayName() |
String |
getGroupDescription() |
String |
getGroupId() |
String |
getPatronLibraryDescription() |
String |
getPatronLibraryId() |
String |
getPreferredLanguage() |
String |
getUserId() |
String |
getUserKey() |
String |
getWebAuthId() |
void |
setAlternativeId(String alternativeId) |
void |
setBirthDate(LocalDate birthDate) |
void |
setDepartment(String department) |
void |
setDisplayName(String displayName) |
void |
setGroupDescription(String groupDescription) |
void |
setGroupId(String groupId) |
void |
setPatronLibraryDescription(String patronLibraryDescription) |
void |
setPatronLibraryId(String patronLibraryId) |
void |
setPreferredLanguage(String preferredLanguage) |
void |
setUserId(String userId) |
void |
setUserKey(String userKey) |
void |
setWebAuthId(String webAuthId) |
public String getUserKey()
public void setUserKey(String userKey)
userKey - the userKey to setpublic String getUserId()
public void setUserId(String userId)
userId - the userId to setpublic String getAlternativeId()
public void setAlternativeId(String alternativeId)
alternativeId - the alternativeId to setpublic String getWebAuthId()
public void setWebAuthId(String webAuthId)
webAuthId - the webAuthId to setpublic String getGroupId()
public void setGroupId(String groupId)
groupId - the groupId to setpublic String getGroupDescription()
public void setGroupDescription(String groupDescription)
groupDescription - the groupDescription to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic LocalDate getBirthDate()
public void setBirthDate(LocalDate birthDate)
birthDate - the birthDate to setpublic String getPatronLibraryId()
public void setPatronLibraryId(String patronLibraryId)
patronLibraryId - the patronLibraryId to setpublic String getPatronLibraryDescription()
public void setPatronLibraryDescription(String patronLibraryDescription)
patronLibraryDescription - the patronLibraryDescription to setpublic String getDepartment()
public void setDepartment(String department)
department - the department to setpublic String getPreferredLanguage()
public void setPreferredLanguage(String preferredLanguage)
preferredLanguage - the preferredLanguage to setCopyright © 2015. All rights reserved.