org.kuali.ole.ingest.pojo
Class OlePatronTelePhoneNumber

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

public class OlePatronTelePhoneNumber
extends Object

OlePatronTelePhoneNumber is a business object class for Ole Patron Telephone Number Document


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

Constructor Detail

OlePatronTelePhoneNumber

public OlePatronTelePhoneNumber()
Method Detail

getTelephoneNumberType

public String getTelephoneNumberType()
Gets the telephoneNumberType attribute.

Returns:
Returns the telephoneNumberType.

setTelephoneNumberType

public void setTelephoneNumberType(String telephoneNumberType)
Sets the telephoneNumberType attribute value.

Parameters:
telephoneNumberType - The telephoneNumberType to set.

getExtension

public String getExtension()
Gets the extension attribute.

Returns:
Returns the extension.

setExtension

public void setExtension(String extension)
Sets the extension attribute value.

Parameters:
extension - The extension to set.

getCountry

public String getCountry()
Gets the country attribute.

Returns:
Returns the country.

setCountry

public void setCountry(String country)
Sets the country attribute value.

Parameters:
country - The country 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.

getTelephoneNumber

public String getTelephoneNumber()
Gets the telephoneNumber attribute.

Returns:
Returns the telephoneNumber.

setTelephoneNumber

public void setTelephoneNumber(String telephoneNumber)
Sets the telephoneNumber attribute value.

Parameters:
telephoneNumber - The telephoneNumber to set.


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