Class FacebookWork

java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookWork
All Implemented Interfaces:
Serializable

public final class FacebookWork extends Object implements Serializable
This class represents a Facebook work.
Since:
1.0.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • FacebookWork

      public FacebookWork()
  • Method Details

    • getEmployer

      public FacebookObject getEmployer()

      Getter for the field employer.

      Returns:
      a FacebookObject object
    • setEmployer

      public void setEmployer(FacebookObject employer)

      Setter for the field employer.

      Parameters:
      employer - a FacebookObject object
    • getLocation

      public FacebookObject getLocation()

      Getter for the field location.

      Returns:
      a FacebookObject object
    • setLocation

      public void setLocation(FacebookObject location)

      Setter for the field location.

      Parameters:
      location - a FacebookObject object
    • getPosition

      public FacebookObject getPosition()

      Getter for the field position.

      Returns:
      a FacebookObject object
    • setPosition

      public void setPosition(FacebookObject position)

      Setter for the field position.

      Parameters:
      position - a FacebookObject object
    • getDescription

      public String getDescription()

      Getter for the field description.

      Returns:
      a String object
    • setDescription

      public void setDescription(String description)

      Setter for the field description.

      Parameters:
      description - a String object
    • getStartDate

      public Date getStartDate()

      Getter for the field startDate.

      Returns:
      a Date object
    • setStartDate

      public void setStartDate(Date startDate)

      Setter for the field startDate.

      Parameters:
      startDate - a Date object
    • getEndDate

      public Date getEndDate()

      Getter for the field endDate.

      Returns:
      a Date object
    • setEndDate

      public void setEndDate(Date endDate)

      Setter for the field endDate.

      Parameters:
      endDate - a Date object