com.sybase.afx.ulj
Class PushSyncInfo

java.lang.Object
  extended by com.sybase.afx.ulj.PushSyncInfo

public final class PushSyncInfo
extends java.lang.Object

Holds information for push.


Constructor Summary
PushSyncInfo()
           
 
Method Summary
 java.lang.String getAddress()
          Gets the push address.
 java.lang.String getApplicationName()
          Gets the push application name.
 java.lang.String getDeviceId()
          Gets te device id.
 java.lang.String getName()
          This property is not used in SUP server.
 java.lang.String getProtocol()
          Gets the push protocol: UASMS, UAEMAIL, UAHTTP or other protocols supported by Unwired Accelerator.
 java.lang.String getPushMinutes()
          Gets the push minutes.
 java.lang.String getPushRegistration()
          Gets the push registration whether to recieve push notification or not.
 java.lang.String getSecurityToken()
          Gets the push security token.
 void setAddress(java.lang.String address)
          Sets the push address.
 void setApplicationName(java.lang.String appName)
          Sets the push application name.
 void setDeviceId(java.lang.String deviceId)
          ets the device id.
 void setName(java.lang.String pushName)
          This property is not used in SUP server.
 void setProtocol(java.lang.String protocol)
          SFets the push protocol: UASMS, UAEMAIL, UAHTTP or other protocols supported by Unwired Accelerator.
 void setPushMinutes(java.lang.String minutes)
          Sets the push minutes.
 void setPushRegistration(java.lang.String pushReg)
          Sets the push registration whether to recieve push notification or not.
 void setSecurityToken(java.lang.String token)
          Sets the push security token.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushSyncInfo

public PushSyncInfo()
Method Detail

getAddress

public java.lang.String getAddress()
Gets the push address. This can be a phone number, email, etc. depending on the push protocol.

Returns:

setAddress

public void setAddress(java.lang.String address)
Sets the push address. This can be a phone number, email, etc. depending on the push protocol.

Parameters:
address -

getApplicationName

public java.lang.String getApplicationName()
Gets the push application name.

Returns:

setApplicationName

public void setApplicationName(java.lang.String appName)
Sets the push application name.

Parameters:
appName -

getDeviceId

public java.lang.String getDeviceId()
Gets te device id.

Returns:

setDeviceId

public void setDeviceId(java.lang.String deviceId)
ets the device id.

Parameters:
deviceId -

getProtocol

public java.lang.String getProtocol()
Gets the push protocol: UASMS, UAEMAIL, UAHTTP or other protocols supported by Unwired Accelerator.

Returns:

setProtocol

public void setProtocol(java.lang.String protocol)
SFets the push protocol: UASMS, UAEMAIL, UAHTTP or other protocols supported by Unwired Accelerator.

Parameters:
protocol -

getPushRegistration

public java.lang.String getPushRegistration()
Gets the push registration whether to recieve push notification or not. Either "Y" or "N".

Returns:

setPushRegistration

public void setPushRegistration(java.lang.String pushReg)
Sets the push registration whether to recieve push notification or not. Either "Y" or "N".

Parameters:
pushReg -

getSecurityToken

public java.lang.String getSecurityToken()
Gets the push security token.

Returns:

setSecurityToken

public void setSecurityToken(java.lang.String token)
Sets the push security token.

Parameters:
token -

getPushMinutes

public java.lang.String getPushMinutes()
Gets the push minutes.

Returns:
string value of the push minutes

setPushMinutes

public void setPushMinutes(java.lang.String minutes)
Sets the push minutes.

Parameters:
new - push minutes

getName

public java.lang.String getName()
This property is not used in SUP server. It is for identification purpose for saving and retrieval from underlying persistence.

Returns:
Returns the pushName.

setName

public void setName(java.lang.String pushName)
This property is not used in SUP server. It is for identification purpose for saving and retrieval from underlying persistence.

Parameters:
pushName - The pushName to set.