|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Organization
Describes a current or past organizational affiliation of this contact. Service Providers that support only a single Company Name and Job Title field should represent them with a single organization element with name and title properties, respectively. see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Organization
| Nested Class Summary | |
|---|---|
static class |
Organization.Field
An Enumeration of field names for Organization. |
| 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. |
| Method Detail |
|---|
Address getAddress()
void setAddress(Address address)
address - the address of the organizationString getDescription()
void setDescription(String description)
description - a description about the persons work in the organizationDate getEndDate()
void setEndDate(Date endDate)
endDate - the date the person stopped at the organizationString getField()
void setField(String field)
field - the field the organization is inString getName()
void setName(String name)
name - the name of the organizationString getSalary()
void setSalary(String salary)
salary - the salary the person receivesDate getStartDate()
void setStartDate(Date startDate)
startDate - the start date at the organizationString getSubField()
void setSubField(String subField)
subField - the subfield the Organization is inString getTitle()
void setTitle(String title)
title - the title or role the person has in the organizationString getWebpage()
void setWebpage(String webpage)
webpage - the URL of a webpage related to the organizationString getType()
void setType(String type)
type - the type of the fieldBoolean getPrimary()
void setPrimary(Boolean primary)
primary - 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 | |||||||||