org.kuali.ole.ingest.pojo
Class OlePatronLevelPolicies

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.OlePatronLevelPolicies

public class OlePatronLevelPolicies
extends Object

OlePatronLevelPolicies is a business object class for Ole Patron Level Policies Document


Constructor Summary
OlePatronLevelPolicies()
           
 
Method Summary
 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 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronLevelPolicies

public OlePatronLevelPolicies()
Method Detail

isGenerallyBlocked

public boolean isGenerallyBlocked()
Gets the generallyBlocked attribute.

Returns:
Returns the generallyBlocked.

setGenerallyBlocked

public void setGenerallyBlocked(boolean generallyBlocked)
Sets the generallyBlocked attribute value.

Parameters:
generallyBlocked - The generallyBlocked to set.

isHasDeliveryPrivilege

public boolean isHasDeliveryPrivilege()
Gets the hasDeliveryPrivilege attribute.

Returns:
Returns the hasDeliveryPrivilege.

setHasDeliveryPrivilege

public void setHasDeliveryPrivilege(boolean hasDeliveryPrivilege)
Sets the hasDeliveryPrivilege attribute value.

Parameters:
hasDeliveryPrivilege - The hasDeliveryPrivilege to set.

isHasPagingPrivilege

public boolean isHasPagingPrivilege()
Gets the hasPagingPrivilege attribute.

Returns:
Returns the hasPagingPrivilege.

setHasPagingPrivilege

public void setHasPagingPrivilege(boolean hasPagingPrivilege)
Sets the hasPagingPrivilege attribute value.

Parameters:
hasPagingPrivilege - The hasPagingPrivilege to set.

isReceivesCourtesyNotice

public boolean isReceivesCourtesyNotice()
Gets the receivesCourtesyNotice attribute.

Returns:
Returns the receivesCourtesyNotice.

setReceivesCourtesyNotice

public void setReceivesCourtesyNotice(boolean receivesCourtesyNotice)
Sets the receivesCourtesyNotice attribute value.

Parameters:
receivesCourtesyNotice - The receivesCourtesyNotice to set.


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.