Methods Summary |
---|
public synchronized java.lang.String | getCompanyName()Gets the value of the companyName property.
return companyName;
|
public synchronized java.lang.String | getDescription()Gets the value of the description property.
return description;
|
public synchronized java.lang.String | getEndDate()Gets the value of the endDate property.
return endDate;
|
public synchronized com.facebook.api.schema.Location | getLocation()Gets the value of the location property.
return location;
|
public synchronized java.lang.String | getPosition()Gets the value of the position property.
return position;
|
public synchronized java.lang.String | getStartDate()Gets the value of the startDate property.
return startDate;
|
public synchronized void | setCompanyName(java.lang.String value)Sets the value of the companyName property.
this.companyName = value;
|
public synchronized void | setDescription(java.lang.String value)Sets the value of the description property.
this.description = value;
|
public synchronized void | setEndDate(java.lang.String value)Sets the value of the endDate property.
this.endDate = value;
|
public synchronized void | setLocation(com.facebook.api.schema.Location value)Sets the value of the location property.
this.location = value;
|
public synchronized void | setPosition(java.lang.String value)Sets the value of the position property.
this.position = value;
|
public synchronized void | setStartDate(java.lang.String value)Sets the value of the startDate property.
this.startDate = value;
|