org.kuali.ole.ingest.pojo
Class OlePatronTelephoneNumberGroup

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

public class OlePatronTelephoneNumberGroup
extends Object

OlePatronTelephoneNumberGroup is a business object class for Ole Patron Telephone Number Group Document


Constructor Summary
OlePatronTelephoneNumberGroup()
           
 
Method Summary
 List<OlePatronTelePhoneNumber> getTelephoneNumber()
          Gets the telephoneNumber attribute
 void setTelephoneNumber(List<OlePatronTelePhoneNumber> telephoneNumber)
          Sets the telephoneNumber attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronTelephoneNumberGroup

public OlePatronTelephoneNumberGroup()
Method Detail

getTelephoneNumber

public List<OlePatronTelePhoneNumber> getTelephoneNumber()
Gets the telephoneNumber attribute

Returns:
Returns the telephoneNumbers.

setTelephoneNumber

public void setTelephoneNumber(List<OlePatronTelePhoneNumber> telephoneNumber)
Sets the telephoneNumber attribute value.

Parameters:
telephoneNumber - .The telephoneNumbers to set.


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