org.kuali.ole.ingest.pojo
Class OlePatronTelephoneNumberGroup
java.lang.Object
   org.kuali.ole.ingest.pojo.OlePatronTelephoneNumberGroup
org.kuali.ole.ingest.pojo.OlePatronTelephoneNumberGroup
- public class OlePatronTelephoneNumberGroup 
- extends Object
OlePatronTelephoneNumberGroup is a business object class for Ole Patron Telephone Number Group Document
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OlePatronTelephoneNumberGroup
public OlePatronTelephoneNumberGroup()
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-2013 The Kuali Foundation. All Rights Reserved.