|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.data.user.UserInfo
public abstract class UserInfo
The UserInfo class provides basic user oriented information for
extending objects.
| Field Summary | |
|---|---|
protected AttributePermission |
_getPersonalInfo
|
protected AttributePermission |
_setPersonalInfo
|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
UserInfo()
Creates an instance of UserInfo wiht default property
values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBusinessFax()
Returns the business fax of this UserInfo object |
java.lang.String |
getBusinessPhone1()
Returns the business phone 1 of this UserInfo object |
java.lang.String |
getBusinessPhone2()
Returns the business phone 2 of this UserInfo object |
java.lang.String |
getCity()
Returns the city of this UserInfo object |
java.lang.String |
getCompany()
Returns the company of this UserInfo object |
java.lang.String |
getCountry()
Returns the country of this UserInfo object |
java.lang.String |
getDepartment()
Returns the department of this UserInfo object |
java.lang.String |
getEmailAddress()
Returns the email address of this UserInfo object |
java.lang.String |
getFamilyName()
Returns the family name (last name) of this UserInfo object |
java.lang.String |
getGivenName()
Returns the given name (first name) of this UserInfo object |
java.lang.String |
getHomeFax()
Returns the home fax of this UserInfo object |
java.lang.String |
getHomePhone1()
Returns the home phone 1 of this UserInfo object |
java.lang.String |
getHomePhone2()
Returns the home phone 2 of this UserInfo object |
java.lang.String |
getJobTitle()
Returns the job title of this UserInfo object |
java.lang.String |
getMiddleName()
Returns the middle name of this UserInfo object |
java.lang.String |
getMobilePhone()
Returns the mobile phone of this UserInfo object |
java.lang.String |
getState()
Returns the state of this UserInfo object |
java.lang.String |
getStreet1()
Returns the street1 of this UserInfo object |
java.lang.String |
getStreet2()
Returns the street2 of this UserInfo object |
java.lang.String |
getTitle()
Returns the user title of this UserInfo object |
java.lang.String |
getWebPage()
Returns the web page of this UserInfo object |
java.lang.String |
getZipCode()
Returns the zip code of this UserInfo object |
void |
setBusinessFax(java.lang.String strBusinessFax)
Sets the business fax value for this UserInfo object |
void |
setBusinessPhone1(java.lang.String strBusinessPhone1)
Sets the business phone 1 value for this UserInfo object |
void |
setBusinessPhone2(java.lang.String strBusinessPhone2)
Sets the business phone 2 value for this UserInfo object |
void |
setCity(java.lang.String strCity)
Sets the city value for this UserInfo object |
void |
setCompany(java.lang.String strCompany)
Sets the company value for this UserInfo object |
void |
setCountry(java.lang.String strCountry)
Sets the country value for this UserInfo object |
void |
setDepartment(java.lang.String strDepartment)
Sets the department value for this UserInfo object |
void |
setEmailAddress(java.lang.String strEmailAddress)
Sets the email address value for this UserInfo object |
void |
setFamilyName(java.lang.String strFamilyName)
Sets the family name (last name) value for this UserInfo object |
void |
setGivenName(java.lang.String strGivenName)
Sets the given name (first name) value for this UserInfo object |
void |
setHomeFax(java.lang.String strHomeFax)
Sets the home fax value for this UserInfo object |
void |
setHomePhone1(java.lang.String strHomePhone1)
Sets the home phone 1 value for this UserInfo object |
void |
setHomePhone2(java.lang.String strHomePhone2)
Sets the home phone 2 value for this UserInfo object |
void |
setJobTitle(java.lang.String strJobTitle)
Sets the job title value for this UserInfo object |
void |
setMiddleName(java.lang.String strMiddleName)
Sets the middle namevalue for this UserInfo object |
void |
setMobilePhone(java.lang.String strMobilePhone)
Sets the mobile phone value for this UserInfo object |
void |
setState(java.lang.String strState)
Sets the state value for this UserInfo object |
void |
setStreet1(java.lang.String strStreet1)
Sets the street1 value for this UserInfo object |
void |
setStreet2(java.lang.String strStreet2)
Sets the street2 value for this UserInfo object |
void |
setTitle(java.lang.String strTitle)
Sets the user title value for this UserInfo object |
void |
setWebPage(java.lang.String strWebPage)
Sets the web page value for this UserInfo object |
void |
setZipCode(java.lang.String strZipCode)
Sets the zip code value for this UserInfo object |
| Methods inherited from class blackboard.data.BbObject |
|---|
clone, getBbAttributes, getCreatedDate, getDataType, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AttributePermission _getPersonalInfo
protected AttributePermission _setPersonalInfo
| Constructor Detail |
|---|
public UserInfo()
UserInfo wiht default property
values.
| Method Detail |
|---|
public java.lang.String getTitle()
UserInfo object
String representing the title of this user infopublic void setTitle(java.lang.String strTitle)
UserInfo object
strTitle - a String with the title for this user infopublic java.lang.String getGivenName()
UserInfo object
String representing the given name of this user infopublic void setGivenName(java.lang.String strGivenName)
UserInfo object
strGivenName - a String with the given name for this user infopublic java.lang.String getMiddleName()
UserInfo object
String representing the middle name of this user infopublic void setMiddleName(java.lang.String strMiddleName)
UserInfo object
strMiddleName - a String with the middle name for this user infopublic java.lang.String getFamilyName()
UserInfo object
String representing the family name of this user infopublic void setFamilyName(java.lang.String strFamilyName)
UserInfo object
strFamilyName - a String with the family name for this user infopublic java.lang.String getEmailAddress()
UserInfo object
String representing the email of this user infopublic void setEmailAddress(java.lang.String strEmailAddress)
UserInfo object
strEmail - a String with the email address for this user infopublic java.lang.String getJobTitle()
UserInfo object
String representing the job title of this user infopublic void setJobTitle(java.lang.String strJobTitle)
UserInfo object
strJobTitle - a String with the job title for this user infopublic java.lang.String getDepartment()
UserInfo object
String representing the department of this user infopublic void setDepartment(java.lang.String strDepartment)
UserInfo object
strDepartment - a String with the department for this user infopublic java.lang.String getCompany()
UserInfo object
String representing the company of this user infopublic void setCompany(java.lang.String strCompany)
UserInfo object
strCompany - a String with the company for this user infopublic java.lang.String getStreet1()
UserInfo object
String representing the street1 of this user infopublic void setStreet1(java.lang.String strStreet1)
UserInfo object
strStreet1 - a String with the street1 for this user infopublic java.lang.String getStreet2()
UserInfo object
String representing the street2 of this user infopublic void setStreet2(java.lang.String strStreet2)
UserInfo object
strStreet2 - a String with the street2 for this user infopublic java.lang.String getCity()
UserInfo object
String representing the city of this user infopublic void setCity(java.lang.String strCity)
UserInfo object
strCity - a String with the city for this user infopublic java.lang.String getState()
UserInfo object
String representing the state of this user infopublic void setState(java.lang.String strState)
UserInfo object
strState - a String with the state for this user infopublic java.lang.String getZipCode()
UserInfo object
String representing the zip code of this user infopublic void setZipCode(java.lang.String strZipCode)
UserInfo object
strZipCode - a String with the zip code for this user infopublic java.lang.String getCountry()
UserInfo object
String representing the country of this user infopublic void setCountry(java.lang.String strCountry)
UserInfo object
strCountry - a String with the country for this user infopublic java.lang.String getBusinessPhone1()
UserInfo object
String representing the business phone 1 of this user infopublic void setBusinessPhone1(java.lang.String strBusinessPhone1)
UserInfo object
strBusinessPhone1 - a String with the business phone 1 for this
user infopublic java.lang.String getBusinessPhone2()
UserInfo object
String representing the business phone 2 of this user infopublic void setBusinessPhone2(java.lang.String strBusinessPhone2)
UserInfo object
strBusinessPhone2 - a String with the business phone 2 for this
user infopublic java.lang.String getHomePhone1()
UserInfo object
String representing the home phone 1 of this user infopublic void setHomePhone1(java.lang.String strHomePhone1)
UserInfo object
strHomePhone1 - a String with the home phone 1 for this user infopublic java.lang.String getHomePhone2()
UserInfo object
String representing the home phone 2 of this user infopublic void setHomePhone2(java.lang.String strHomePhone2)
UserInfo object
strHomePhone2 - a String with the home phone 2 for this user infopublic java.lang.String getMobilePhone()
UserInfo object
String representing the mobile phone of this user infopublic void setMobilePhone(java.lang.String strMobilePhone)
UserInfo object
strMobilePhone - a String with the mobile phone for this user infopublic java.lang.String getBusinessFax()
UserInfo object
String representing the business fax of this user infopublic void setBusinessFax(java.lang.String strBusinessFax)
UserInfo object
strBusinessFax - a String with the business fax for this user infopublic java.lang.String getHomeFax()
UserInfo object
String representing the home fax of this user infopublic void setHomeFax(java.lang.String strHomeFax)
UserInfo object
strHomeFax - a String with the home fax for this user infopublic java.lang.String getWebPage()
UserInfo object
String representing the web page of this user infopublic void setWebPage(java.lang.String strWebPage)
UserInfo object
strWebPage - a String with the web page for this user info
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||