com.sybase.afx.ulj
Class Profile

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

public class Profile
extends java.lang.Object


Constructor Summary
Profile()
          Creates an instance of Profile.
 
Method Summary
 void delete()
          Deletes the Profile.
 int getAdminServerHttpPort()
          Gets the admin server http port.
 int getAdminServerHttpsPort()
          Gets the admin server https port.
 java.lang.String getAfariaChannelName()
           
 int getAfariaPort()
           
 java.lang.String getAfariaProtocol()
           
 java.lang.String getAfariaServer()
           
 java.lang.String getDatabaseEncryptionKey()
          Get the database encryption key
 java.lang.String getDomainName()
          Get the domain name.
 UUID getId()
          The UUID of the Profile.
 java.lang.String getName()
          Gets the name of the Profile.
 java.lang.String getPackage()
          Gets the package of the Profile.
 java.lang.String getServerName()
          Gets the server name.
 int getServerPort()
          Gets the server port.
 java.lang.String getSyncProtocol()
          Gets the sync protocol used by MobiLink
 java.lang.String getUnwiredAcceleratorPassword()
          Gets the Unwired Accelerator password of the Profile.
 java.lang.String getUnwiredAcceleratorUserName()
          Sets the Uniwred Accelerator user name of the Profile.
 void save()
          Saves or updates the Profile.
 void setAdminServerHttpPort(int port)
          Sets the admin server http port.
 void setAdminServerHttpsPort(int port)
          Sets the admin server https port.
 void setAfariaChannelName(java.lang.String cn)
          Sets the afariaChannelName.
 void setAfariaPort(int port)
          Sets the afariaPort.
 void setAfariaProtocol(java.lang.String pType)
          Sets the afariaProtocol viz https/xnets etc...
 void setAfariaServer(java.lang.String as)
          Sets the afariaServer.
 void setDatabaseEncryptionKey(java.lang.String key)
          Set the database encryption key
 void setDomainName(java.lang.String domain)
          Set the domain name.
 void setName(java.lang.String name)
          Sets the name of the Profile.
 void setPackage(java.lang.String packageName)
          Sets the package of the Profile.
 void setServerName(java.lang.String serverName)
          Sets the server name.
 void setServerPort(int serverPort)
          * Sets the server port.
 void setSyncProtocol(java.lang.String protocol)
          Sets the sync protocol used by MobiLink
 void setUnwiredAcceleratorPassword(java.lang.String password)
          Sets the Unwired Accelerator password of the Profile.
 void setUnwiredAcceleratorUserName(java.lang.String userName)
          Sets the Uniwred Accelerator user name of the Profile.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile

public Profile()
Creates an instance of Profile.

Method Detail

getId

public UUID getId()
The UUID of the Profile.

Returns:

getSyncProtocol

public java.lang.String getSyncProtocol()
Gets the sync protocol used by MobiLink

Returns:

setSyncProtocol

public void setSyncProtocol(java.lang.String protocol)
Sets the sync protocol used by MobiLink

Parameters:
protocol -

getName

public java.lang.String getName()
Gets the name of the Profile.

Returns:

setName

public void setName(java.lang.String name)
Sets the name of the Profile.

Parameters:
name -

getServerName

public java.lang.String getServerName()
Gets the server name.

Returns:

setServerName

public void setServerName(java.lang.String serverName)
Sets the server name.

Parameters:
serverName -

getServerPort

public int getServerPort()
Gets the server port.

Returns:

setServerPort

public void setServerPort(int serverPort)
* Sets the server port.

Parameters:
serverPort -

getPackage

public java.lang.String getPackage()
Gets the package of the Profile.

Returns:
Returns the packageName.

setPackage

public void setPackage(java.lang.String packageName)
Sets the package of the Profile.

Parameters:
packageName - The packageName to set.

getUnwiredAcceleratorUserName

public java.lang.String getUnwiredAcceleratorUserName()
Sets the Uniwred Accelerator user name of the Profile.

Returns:

setUnwiredAcceleratorUserName

public void setUnwiredAcceleratorUserName(java.lang.String userName)
Sets the Uniwred Accelerator user name of the Profile.

Parameters:
userName -

getUnwiredAcceleratorPassword

public java.lang.String getUnwiredAcceleratorPassword()
Gets the Unwired Accelerator password of the Profile.

Returns:

setUnwiredAcceleratorPassword

public void setUnwiredAcceleratorPassword(java.lang.String password)
Sets the Unwired Accelerator password of the Profile.

Parameters:
password -

save

public void save()
Saves or updates the Profile.


delete

public void delete()
Deletes the Profile.


getAfariaServer

public java.lang.String getAfariaServer()
Returns:
Returns the afariaServer.

getAfariaChannelName

public java.lang.String getAfariaChannelName()
Returns:
Returns the afariaChannelName.

getAfariaPort

public int getAfariaPort()
Returns:
Returns the afariaPort.

getAfariaProtocol

public java.lang.String getAfariaProtocol()
Returns:
Returns the afariaProtocol viz https/xnets etc...

getAdminServerHttpPort

public int getAdminServerHttpPort()
Gets the admin server http port.

Returns:

getAdminServerHttpsPort

public int getAdminServerHttpsPort()
Gets the admin server https port.

Returns:

setAfariaServer

public void setAfariaServer(java.lang.String as)
Sets the afariaServer.


setAfariaChannelName

public void setAfariaChannelName(java.lang.String cn)
Sets the afariaChannelName.


setAfariaPort

public void setAfariaPort(int port)
Sets the afariaPort.


setAfariaProtocol

public void setAfariaProtocol(java.lang.String pType)
Sets the afariaProtocol viz https/xnets etc...


setAdminServerHttpPort

public void setAdminServerHttpPort(int port)
Sets the admin server http port.


setAdminServerHttpsPort

public void setAdminServerHttpsPort(int port)
Sets the admin server https port.


setDomainName

public void setDomainName(java.lang.String domain)
Set the domain name.


getDomainName

public java.lang.String getDomainName()
Get the domain name.


setDatabaseEncryptionKey

public void setDatabaseEncryptionKey(java.lang.String key)
Set the database encryption key

Parameters:
key -

getDatabaseEncryptionKey

public java.lang.String getDatabaseEncryptionKey()
Get the database encryption key