edu.washington.cs.sounddetector.server.api.method
Class GetOldNotifications
java.lang.Object
edu.washington.cs.sounddetector.server.api.method.GetOldNotifications
- All Implemented Interfaces:
- Method
public class GetOldNotifications
- extends Object
- implements Method
GetOldNotifications
public GetOldNotifications()
GetOldNotifications
public GetOldNotifications(String phoneId,
Date greaterThanDate,
Date lessThanDate)
- Parameters:
phoneId
- greaterThanDate
- lessThanDate
-
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.