public class OlePatronEmailAddress extends Object
| Constructor and Description | 
|---|
| OlePatronEmailAddress() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public OlePatronEmailAddress()
public String getEmailAddressType()
public void setEmailAddressType(String emailAddressType)
emailAddressType - The emailAddressType to set.public boolean isActive()
public void setActive(boolean active)
active - The active to set.public boolean isDefaults()
public void setDefaults(boolean defaults)
defaults - The defaults to set.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - The emailAddress to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.