org.apache.camel.component.apns.model
Class InactiveDevice

java.lang.Object
  extended by org.apache.camel.component.apns.model.InactiveDevice
All Implemented Interfaces:
Serializable

public class InactiveDevice
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InactiveDevice(String deviceToken, Date date)
           
 
Method Summary
 Date getDate()
           
 String getDeviceToken()
           
 void setDate(Date date)
           
 void setDeviceToken(String deviceToken)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InactiveDevice

public InactiveDevice(String deviceToken,
                      Date date)
Method Detail

getDeviceToken

public String getDeviceToken()

setDeviceToken

public void setDeviceToken(String deviceToken)

getDate

public Date getDate()

setDate

public void setDate(Date date)

toString

public String toString()
Overrides:
toString in class Object


Apache Camel