public static class User.Work extends Object
Constructor and Description |
---|
Work() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
NamedFacebookType |
getEmployer()
The employer for this job.
|
Date |
getEndDate()
Date this job ended.
|
NamedFacebookType |
getLocation()
The location of this job.
|
NamedFacebookType |
getPosition()
Position held at this job.
|
Date |
getStartDate()
Date this job was started.
|
int |
hashCode() |
String |
toString() |
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(Object)
public String toString()
toString
in class Object
Object.toString()
public NamedFacebookType getEmployer()
public NamedFacebookType getLocation()
public NamedFacebookType getPosition()
public Date getStartDate()
public Date getEndDate()
Copyright © 2014. All rights reserved.