|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.afx.ulj.Profile
public class Profile
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 |
---|
public Profile()
Profile
.
Method Detail |
---|
public UUID getId()
UUID
of the Profile
.
public java.lang.String getSyncProtocol()
public void setSyncProtocol(java.lang.String protocol)
protocol
- public java.lang.String getName()
Profile
.
public void setName(java.lang.String name)
Profile
.
name
- public java.lang.String getServerName()
public void setServerName(java.lang.String serverName)
serverName
- public int getServerPort()
public void setServerPort(int serverPort)
serverPort
- public java.lang.String getPackage()
Profile
.
public void setPackage(java.lang.String packageName)
Profile
.
packageName
- The packageName to set.public java.lang.String getUnwiredAcceleratorUserName()
Profile
.
public void setUnwiredAcceleratorUserName(java.lang.String userName)
Profile
.
userName
- public java.lang.String getUnwiredAcceleratorPassword()
Profile
.
public void setUnwiredAcceleratorPassword(java.lang.String password)
Profile
.
password
- public void save()
Profile
.
public void delete()
Profile
.
public java.lang.String getAfariaServer()
public java.lang.String getAfariaChannelName()
public int getAfariaPort()
public java.lang.String getAfariaProtocol()
public int getAdminServerHttpPort()
public int getAdminServerHttpsPort()
public void setAfariaServer(java.lang.String as)
public void setAfariaChannelName(java.lang.String cn)
public void setAfariaPort(int port)
public void setAfariaProtocol(java.lang.String pType)
public void setAdminServerHttpPort(int port)
public void setAdminServerHttpsPort(int port)
public void setDomainName(java.lang.String domain)
public java.lang.String getDomainName()
public void setDatabaseEncryptionKey(java.lang.String key)
key
- public java.lang.String getDatabaseEncryptionKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |