public class OrganizationImpl extends Object implements Organization
Organization.Field| Constructor and Description |
|---|
OrganizationImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Address getAddress()
OrganizationgetAddress in interface Organizationpublic void setAddress(Address address)
OrganizationsetAddress in interface Organizationaddress - the address of the organizationpublic String getDescription()
OrganizationgetDescription in interface Organizationpublic void setDescription(String description)
OrganizationsetDescription in interface Organizationdescription - a description about the persons work in the organizationpublic Date getEndDate()
OrganizationgetEndDate in interface Organizationpublic void setEndDate(Date endDate)
OrganizationsetEndDate in interface OrganizationendDate - the date the person stopped at the organizationpublic String getField()
OrganizationgetField in interface Organizationpublic void setField(String field)
OrganizationsetField in interface Organizationfield - the field the organization is inpublic String getName()
OrganizationgetName in interface Organizationpublic void setName(String name)
OrganizationsetName in interface Organizationname - the name of the organizationpublic String getSalary()
OrganizationgetSalary in interface Organizationpublic void setSalary(String salary)
OrganizationsetSalary in interface Organizationsalary - the salary the person receivespublic Date getStartDate()
OrganizationgetStartDate in interface Organizationpublic void setStartDate(Date startDate)
OrganizationsetStartDate in interface OrganizationstartDate - the start date at the organizationpublic String getSubField()
OrganizationgetSubField in interface Organizationpublic void setSubField(String subField)
OrganizationsetSubField in interface OrganizationsubField - the subfield the Organization is inpublic String getTitle()
OrganizationgetTitle in interface Organizationpublic void setTitle(String title)
OrganizationsetTitle in interface Organizationtitle - the title or role the person has in the organizationpublic String getWebpage()
OrganizationgetWebpage in interface Organizationpublic void setWebpage(String webpage)
OrganizationsetWebpage in interface Organizationwebpage - the URL of a webpage related to the organizationpublic String getType()
OrganizationgetType in interface Organizationpublic void setType(String type)
OrganizationsetType in interface Organizationtype - the type of the fieldpublic Boolean getPrimary()
OrganizationgetPrimary in interface Organizationpublic void setPrimary(Boolean primary)
OrganizationsetPrimary in interface Organizationprimary - true if this is a primary or preferred valueCopyright © 2007-2012. All Rights Reserved.