public class SavedSearch extends Object
SavedSearch(long id, String name, String query, int position, Date createdAt)
Date
getCreatedAt()
long
getId()
String
getName()
int
getPosition()
getQuery()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SavedSearch(long id, String name, String query, int position, Date createdAt)
public long getId()
public String getName()
public String getQuery()
public Date getCreatedAt()
public int getPosition()
Copyright © 2013. All Rights Reserved.