Package com.avoka.tm.vo
Class SvcConn
java.lang.Object
com.avoka.tm.vo.SvcConn
Provides a Service Connection value object.
- Since:
- 5.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe organization client code.The service connection endpoint.byte[]
The service connection file data.The service connection file name.getId()
The service connection id (PK).getName()
The service connection name.getOrgId()
The organization client id (PK).The service connection parameter 1.The service connection parameter 2.The service connection parameter 3.The service connection parameter 4.The service connection password.getType()
The service connection type.The service connection username.toString()
-
Constructor Details
-
SvcConn
public SvcConn() -
SvcConn
public SvcConn(com.avoka.fc.core.entity.ServiceConnection sc) Create a service connection value object from the given entity parameter.- Parameters:
sc
- the service connection entity (required)
-
SvcConn
Create a unit testing SvcConn value object with the given fields.- Parameters:
fields
- the service connection entity fields (required)- Since:
- 5.1.4
-
-
Method Details
-
toString
-
getId
The service connection id (PK). -
getName
The service connection name. -
getOrgId
The organization client id (PK). -
getClientCode
The organization client code. -
getEndpoint
The service connection endpoint. -
getType
The service connection type. -
getUsername
The service connection username. -
getPassword
The service connection password. -
getParam1
The service connection parameter 1. -
getParam2
The service connection parameter 2. -
getParam3
The service connection parameter 3. -
getParam4
The service connection parameter 4. -
getFileData
public byte[] getFileData()The service connection file data. -
getFileName
The service connection file name.
-