public class OlePatronTelePhoneNumber extends Object
| Constructor and Description |
|---|
OlePatronTelePhoneNumber() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
Gets the country attribute.
|
String |
getExtension()
Gets the extension attribute.
|
String |
getTelephoneNumber()
Gets the telephoneNumber attribute.
|
String |
getTelephoneNumberType()
Gets the telephoneNumberType attribute.
|
boolean |
isActive()
Gets the active attribute.
|
boolean |
isDefaults()
Gets the defaults attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setCountry(String country)
Sets the country attribute value.
|
void |
setDefaults(boolean defaults)
Sets the defaults attribute value.
|
void |
setExtension(String extension)
Sets the extension attribute value.
|
void |
setTelephoneNumber(String telephoneNumber)
Sets the telephoneNumber attribute value.
|
void |
setTelephoneNumberType(String telephoneNumberType)
Sets the telephoneNumberType attribute value.
|
public OlePatronTelePhoneNumber()
public String getTelephoneNumberType()
public void setTelephoneNumberType(String telephoneNumberType)
telephoneNumberType - The telephoneNumberType to set.public String getExtension()
public void setExtension(String extension)
extension - The extension to set.public String getCountry()
public void setCountry(String country)
country - The country 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 getTelephoneNumber()
public void setTelephoneNumber(String telephoneNumber)
telephoneNumber - The telephoneNumber to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.