org.springframework.social.linkedin.api
Class JobBookmark

java.lang.Object
  extended by org.springframework.social.linkedin.api.JobBookmark
All Implemented Interfaces:
java.io.Serializable

public class JobBookmark
extends java.lang.Object
implements java.io.Serializable

Model class representing a job bookmark.

See Also:
Serialized Form

Constructor Summary
JobBookmark(boolean isApplied, boolean isSaved, Job job, java.util.Date savedTimestamp)
           
 
Method Summary
 Job getJob()
           
 java.util.Date getSavedTimestamp()
           
 boolean isApplied()
           
 boolean isSaved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobBookmark

public JobBookmark(boolean isApplied,
                   boolean isSaved,
                   Job job,
                   java.util.Date savedTimestamp)
Method Detail

isApplied

public boolean isApplied()

isSaved

public boolean isSaved()

getJob

public Job getJob()

getSavedTimestamp

public java.util.Date getSavedTimestamp()