edu.washington.cs.sounddetector.server.api.method
Class GetOldNotifications

java.lang.Object
  extended by edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
All Implemented Interfaces:
Method

public class GetOldNotifications
extends Object
implements Method


Constructor Summary
GetOldNotifications()
           
GetOldNotifications(String phoneId, Date greaterThanDate, Date lessThanDate)
           
 
Method Summary
 Date getGreaterThanDate()
           
 Date getLessThanDate()
           
 String getPhoneId()
           
 void setGreaterThanDate(Date greaterThanDate)
           
 void setLessThanDate(Date lessThanDate)
           
 void setPhoneId(String phoneId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetOldNotifications

public GetOldNotifications()

GetOldNotifications

public GetOldNotifications(String phoneId,
                           Date greaterThanDate,
                           Date lessThanDate)
Parameters:
phoneId -
greaterThanDate -
lessThanDate -
Method Detail

getPhoneId

public String getPhoneId()
Returns:
the phoneId

setPhoneId

public void setPhoneId(String phoneId)
Parameters:
phoneId - the phoneId to set

getGreaterThanDate

public Date getGreaterThanDate()
Returns:
the greaterThanDate

setGreaterThanDate

public void setGreaterThanDate(Date greaterThanDate)
Parameters:
greaterThanDate - the greaterThanDate to set

getLessThanDate

public Date getLessThanDate()
Returns:
the lessThanDate

setLessThanDate

public void setLessThanDate(Date lessThanDate)
Parameters:
lessThanDate - the lessThanDate to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.