Class ConnectionImpl
java.lang.Object
org.qubership.atp.environments.model.impl.AbstractIdentified
org.qubership.atp.environments.model.impl.AbstractNamed
org.qubership.atp.environments.model.impl.AbstractDescribed
org.qubership.atp.environments.model.impl.AbstractCreatedModified
org.qubership.atp.environments.model.impl.ConnectionImpl
- All Implemented Interfaces:
Serializable,Connection,CreatedModified,Described,Identified,Named,Sourced
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.environments.model.impl.AbstractCreatedModified
created, createdBy, modified, modifiedByFields inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
descriptionFields inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
id -
Constructor Summary
ConstructorsConstructorDescriptionConnectionImpl(UUID uuid, String name, String description, ConnectionParameters parameters, Long created, UUID createdBy, Long modified, UUID modifiedBy, UUID systemId, String connectionType, UUID sourceTemplateId, List<String> services, UUID sourceId) TODO Make javadoc documentation for this method. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConnectionType(String connectionType) voidsetParameters(ConnectionParameters parameters) voidsetServices(List<String> services) voidsetSourceId(UUID sourceId) voidsetSourceTemplateId(UUID sourceTemplateId) voidsetSystemId(UUID systemId) Methods inherited from class org.qubership.atp.environments.model.impl.AbstractCreatedModified
getCreated, getCreatedBy, getModified, getModifiedBy, setCreated, setCreatedBy, setModified, setModifiedByMethods inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
getDescription, setDescriptionMethods inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.environments.model.Connection
isParentMethods inherited from interface org.qubership.atp.environments.model.CreatedModified
getCreated, getCreatedBy, getModified, getModifiedBy, setCreated, setCreatedBy, setModified, setModifiedByMethods inherited from interface org.qubership.atp.environments.model.Described
getDescription, setDescriptionMethods inherited from interface org.qubership.atp.environments.model.Identified
getId, setId
-
Constructor Details
-
ConnectionImpl
public ConnectionImpl() -
ConnectionImpl
public ConnectionImpl(UUID uuid, String name, String description, @Nonnull ConnectionParameters parameters, Long created, UUID createdBy, Long modified, UUID modifiedBy, @Nonnull UUID systemId, String connectionType, @Nonnull UUID sourceTemplateId, List<String> services, UUID sourceId) TODO Make javadoc documentation for this method.
-
-
Method Details
-
getSystemId
- Specified by:
getSystemIdin interfaceConnection
-
setSystemId
- Specified by:
setSystemIdin interfaceConnection
-
getParameters
- Specified by:
getParametersin interfaceConnection
-
setParameters
- Specified by:
setParametersin interfaceConnection
-
getServices
- Specified by:
getServicesin interfaceConnection
-
setServices
- Specified by:
setServicesin interfaceConnection
-
getSourceTemplateId
- Specified by:
getSourceTemplateIdin interfaceConnection
-
setSourceTemplateId
- Specified by:
setSourceTemplateIdin interfaceConnection
-
getConnectionType
- Specified by:
getConnectionTypein interfaceConnection
-
setConnectionType
- Specified by:
setConnectionTypein interfaceConnection
-
getSourceId
- Specified by:
getSourceIdin interfaceSourced
-
setSourceId
- Specified by:
setSourceIdin interfaceSourced
-