|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.model.OrganizationImpl
public class OrganizationImpl
Default implementation of an Organization
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.model.Organization |
|---|
Organization.Field |
| Constructor Summary | |
|---|---|
OrganizationImpl()
|
|
| Method Summary | |
|---|---|
Address |
getAddress()
Get the address of the organization, specified as an Address. |
String |
getDescription()
Get a description or notes about the person's work in the organization, specified as a string. |
Date |
getEndDate()
Get the date the person stopped at the organization, specified as a Date. |
String |
getField()
Get the field the organization is in, specified as a string. |
String |
getName()
Get the name of the organization, specified as a string. |
Boolean |
getPrimary()
Get Boolean value indicating whether this instance of the Plural Field is the primary or preferred Organization. |
String |
getSalary()
Get the salary the person receives from the organization, specified as a string. |
Date |
getStartDate()
Get the date the person started at the organization, specified as a Date. |
String |
getSubField()
Get the subfield the Organization is in, specified as a string. |
String |
getTitle()
Get the title or role the person has in the organization, specified as a string. |
String |
getType()
Get the type of field for this instance, usually used to label the preferred function of the given contact information. |
String |
getWebpage()
Get a webpage related to the organization, specified as a string. |
void |
setAddress(Address address)
Set the address of the organization, specified as an Address. |
void |
setDescription(String description)
Set a description or notes about the person's work in the organization, specified as a string. |
void |
setEndDate(Date endDate)
Set the date the person stopped at the organization, specified as a Date. |
void |
setField(String field)
Set the field the organization is in, specified as a string. |
void |
setName(String name)
Set the name of the organization, specified as a string. |
void |
setPrimary(Boolean primary)
Set Boolean value indicating whether this instance of the Plural Field is the primary or preferred Organization. |
void |
setSalary(String salary)
Set the salary the person receives from the organization, specified as a string. |
void |
setStartDate(Date startDate)
Set the date the person started at the organization, specified as a Date. |
void |
setSubField(String subField)
Set the subfield the Organization is in, specified as a string. |
void |
setTitle(String title)
Set the title or role the person has in the organization, specified as a string. |
void |
setType(String type)
Set the type of field for this instance, usually used to label the preferred function of the given contact information. |
void |
setWebpage(String webpage)
Get a webpage related to the organization, specified as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrganizationImpl()
| Method Detail |
|---|
public Address getAddress()
Organization
getAddress in interface Organizationpublic void setAddress(Address address)
Organization
setAddress in interface Organizationaddress - the address of the organizationpublic String getDescription()
Organization
getDescription in interface Organizationpublic void setDescription(String description)
Organization
setDescription in interface Organizationdescription - a description about the persons work in the organizationpublic Date getEndDate()
Organization
getEndDate in interface Organizationpublic void setEndDate(Date endDate)
Organization
setEndDate in interface OrganizationendDate - the date the person stopped at the organizationpublic String getField()
Organization
getField in interface Organizationpublic void setField(String field)
Organization
setField in interface Organizationfield - the field the organization is inpublic String getName()
Organization
getName in interface Organizationpublic void setName(String name)
Organization
setName in interface Organizationname - the name of the organizationpublic String getSalary()
Organization
getSalary in interface Organizationpublic void setSalary(String salary)
Organization
setSalary in interface Organizationsalary - the salary the person receivespublic Date getStartDate()
Organization
getStartDate in interface Organizationpublic void setStartDate(Date startDate)
Organization
setStartDate in interface OrganizationstartDate - the start date at the organizationpublic String getSubField()
Organization
getSubField in interface Organizationpublic void setSubField(String subField)
Organization
setSubField in interface OrganizationsubField - the subfield the Organization is inpublic String getTitle()
Organization
getTitle in interface Organizationpublic void setTitle(String title)
Organization
setTitle in interface Organizationtitle - the title or role the person has in the organizationpublic String getWebpage()
Organization
getWebpage in interface Organizationpublic void setWebpage(String webpage)
Organization
setWebpage in interface Organizationwebpage - the URL of a webpage related to the organizationpublic String getType()
Organization
getType in interface Organizationpublic void setType(String type)
Organization
setType in interface Organizationtype - the type of the fieldpublic Boolean getPrimary()
Organization
getPrimary in interface Organizationpublic void setPrimary(Boolean primary)
Organization
setPrimary in interface Organizationprimary - true if this is a primary or preferred value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||