public class OlePatronLevelPolicies extends Object
Constructor and Description |
---|
OlePatronLevelPolicies() |
Modifier and Type | Method and Description |
---|---|
String |
getGeneralBlockNotes()
Gets the generalBlockNotes attribute.
|
boolean |
isGenerallyBlocked()
Gets the generallyBlocked attribute.
|
boolean |
isHasDeliveryPrivilege()
Gets the hasDeliveryPrivilege attribute.
|
boolean |
isHasPagingPrivilege()
Gets the hasPagingPrivilege attribute.
|
boolean |
isReceivesCourtesyNotice()
Gets the receivesCourtesyNotice attribute.
|
void |
setGeneralBlockNotes(String generalBlockNotes)
Sets the generalBlockNotes attribute value.
|
void |
setGenerallyBlocked(boolean generallyBlocked)
Sets the generallyBlocked attribute value.
|
void |
setHasDeliveryPrivilege(boolean hasDeliveryPrivilege)
Sets the hasDeliveryPrivilege attribute value.
|
void |
setHasPagingPrivilege(boolean hasPagingPrivilege)
Sets the hasPagingPrivilege attribute value.
|
void |
setReceivesCourtesyNotice(boolean receivesCourtesyNotice)
Sets the receivesCourtesyNotice attribute value.
|
public OlePatronLevelPolicies()
public boolean isGenerallyBlocked()
public void setGenerallyBlocked(boolean generallyBlocked)
generallyBlocked
- The generallyBlocked to set.public boolean isHasDeliveryPrivilege()
public void setHasDeliveryPrivilege(boolean hasDeliveryPrivilege)
hasDeliveryPrivilege
- The hasDeliveryPrivilege to set.public boolean isHasPagingPrivilege()
public void setHasPagingPrivilege(boolean hasPagingPrivilege)
hasPagingPrivilege
- The hasPagingPrivilege to set.public boolean isReceivesCourtesyNotice()
public void setReceivesCourtesyNotice(boolean receivesCourtesyNotice)
receivesCourtesyNotice
- The receivesCourtesyNotice to set.public String getGeneralBlockNotes()
public void setGeneralBlockNotes(String generalBlockNotes)
generalBlockNotes
- The generalBlockNotes to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.