org.kuali.ole.ingest.pojo
Class OlePatronEmailAddress

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

public class OlePatronEmailAddress
extends Object

OlePatronEmailAddress is a business object class for Ole Patron Email Address Document


Constructor Summary
OlePatronEmailAddress()
           
 
Method Summary
 String getEmailAddress()
          Gets the emailAddress attribute.
 String getEmailAddressType()
          Gets the emailAddressType attribute.
 boolean isActive()
          Gets the active attribute.
 boolean isDefaults()
          Gets the defaults attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setDefaults(boolean defaults)
          Sets the defaults attribute value.
 void setEmailAddress(String emailAddress)
          Sets the emailAddress attribute value.
 void setEmailAddressType(String emailAddressType)
          Sets the emailAddressType attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronEmailAddress

public OlePatronEmailAddress()
Method Detail

getEmailAddressType

public String getEmailAddressType()
Gets the emailAddressType attribute.

Returns:
Returns the emailAddressType.

setEmailAddressType

public void setEmailAddressType(String emailAddressType)
Sets the emailAddressType attribute value.

Parameters:
emailAddressType - The emailAddressType to set.

isActive

public boolean isActive()
Gets the active attribute.

Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Parameters:
active - The active to set.

isDefaults

public boolean isDefaults()
Gets the defaults attribute.

Returns:
Returns the defaults.

setDefaults

public void setDefaults(boolean defaults)
Sets the defaults attribute value.

Parameters:
defaults - The defaults to set.

getEmailAddress

public String getEmailAddress()
Gets the emailAddress attribute.

Returns:
Returns the emailAddress.

setEmailAddress

public void setEmailAddress(String emailAddress)
Sets the emailAddress attribute value.

Parameters:
emailAddress - The emailAddress to set.


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