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 ObjectObject.hashCode()public boolean equals(Object that)
equals in class ObjectObject.equals(Object)public String toString()
toString in class ObjectObject.toString()public NamedFacebookType getEmployer()
public NamedFacebookType getLocation()
public NamedFacebookType getPosition()
public Date getStartDate()
public Date getEndDate()
Copyright © 2014. All rights reserved.