public class GatewayConfiguration
extends java.lang.Object
Gateway
.
This is used for transformation of Gateway information
across the layers. i.e UI,CLL ,Server.Constructor and Description |
---|
GatewayConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBasedir()
This is for Internal usage.
|
java.lang.String |
getCentraSiteEndPoint() |
java.lang.String |
getCsPassoword()
Get the CentraSite user's password for this Gateway
|
java.lang.String |
getCsUser()
Get the CentraSite user for this Gateway
|
java.lang.String |
getDeploymentEndpoint()
Get the Gateway Deployment endpoint
|
java.lang.String |
getDescription()
Get the Gateway Description
|
java.lang.String |
getKey()
Get the key of the Gateway
|
java.lang.String |
getName()
Get the name of the Gateway
|
java.lang.String |
getOrganization()
Get the Organization name this Gateway belongs to.
|
java.lang.String |
getOwner() |
java.lang.String |
getPassword()
Get the Gateway user's password
|
java.lang.String |
getSandboxClassification()
Get the Sand box classification key that this Gateway belongs to
|
java.lang.String |
getType()
Get the type of the gateway.
|
java.lang.String |
getUser()
Get the Gateway User.i.e Username of the Gateway instance
|
void |
setBasedir(java.lang.String basedir)
This is for Internal usage.
|
void |
setCentraSiteEndPoint(java.lang.String centraSiteEndPoint) |
void |
setCsPassoword(java.lang.String csPassoword)
Set the CentraSite user's password for this Gateway
|
void |
setCsUser(java.lang.String csUser)
Set the CentraSite user for this Gateway
|
void |
setDeploymentEndpoint(java.lang.String deploymentEndpoint)
Set the Gateway Deployment endpoint
|
void |
setDescription(java.lang.String description)
Set the Description of the Gateway.
|
void |
setKey(java.lang.String key)
Set the key of the Gateway.
|
void |
setName(java.lang.String name)
Set the name of the Gateway
|
void |
setOrganization(java.lang.String organization)
Set the Organization name this Gateway belongs to.
|
void |
setOwner(java.lang.String owner) |
void |
setPassword(java.lang.String password)
Set the Gateway user's password
|
void |
setSandboxClassification(java.lang.String sandboxClassification)
Set the Sand box classification key that this Gateway belongs to
|
void |
setType(java.lang.String type)
Set the type of the Gateway.
|
void |
setUser(java.lang.String user)
Set the Gateway User.i.e Username of the Gateway instance
|
public java.lang.String getName()
public void setName(java.lang.String name)
The
- Gateway name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
The
- description of the Gateway.public java.lang.String getDeploymentEndpoint()
public void setDeploymentEndpoint(java.lang.String deploymentEndpoint)
The
- deploymentEndpoint to setpublic java.lang.String getUser()
public void setUser(java.lang.String user)
user
- thepublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
Gateway
- User's passwordpublic java.lang.String getCsUser()
public void setCsUser(java.lang.String csUser)
CentraSite
- user for this Gatewaypublic java.lang.String getCsPassoword()
public void setCsPassoword(java.lang.String csPassoword)
CentraSite
- user's passwordpublic java.lang.String getSandboxClassification()
public void setSandboxClassification(java.lang.String sandboxClassification)
The
- sandboxClassification keypublic java.lang.String getBasedir()
public void setBasedir(java.lang.String basedir)
basedir
- The basedir to setpublic java.lang.String getType()
public void setType(java.lang.String type)
Gateway
- typepublic java.lang.String getKey()
public void setKey(java.lang.String key)
Key
- of the gateway.public java.lang.String getOrganization()
public void setOrganization(java.lang.String organization)
Organization
- name.public java.lang.String getOwner()
public void setOwner(java.lang.String owner)
owner
- the owner to setpublic java.lang.String getCentraSiteEndPoint()
public void setCentraSiteEndPoint(java.lang.String centraSiteEndPoint)