|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.pojo.OlePatronTelePhoneNumber
public class OlePatronTelePhoneNumber
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 |
---|
public OlePatronTelePhoneNumber()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |