public class DataEnginePortImplementation extends Object
| Constructor and Description |
|---|
DataEnginePortImplementation(PortImplementation portImplementation,
String userId)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
PortImplementation |
getPortImplementation()
Retrieve the PortImplementation being maintained.
|
String |
getUserId()
Retrieve the user maintaining the PortImplementation.
|
void |
setPortImplementation(PortImplementation portImplementation)
Set the PortImplementation to be maintained.
|
void |
setUserId(String userId)
Set the user maintaining the PortImplementation.
|
public DataEnginePortImplementation(PortImplementation portImplementation, String userId)
portImplementation - the PortImplementation to be maintaineduserId - the user maintaining the PortImplementationpublic PortImplementation getPortImplementation()
public void setPortImplementation(PortImplementation portImplementation)
portImplementation - the PortImplementation to be maintainedpublic String getUserId()
public void setUserId(String userId)
userId - the user maintaining the PortImplementationCopyright © 2018–2020 ODPi. All rights reserved.