Class SystemImpl
- All Implemented Interfaces:
Serializable,CreatedModified,Described,Identified,Named,Sourced,System
- 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
ConstructorsConstructorDescriptionSystemImpl(UUID uuid, String name, String description, Long created, UUID createdBy, Long modified, UUID modifiedBy, List<Environment> environments, SystemCategory systemCategory, List<Connection> connectionsList, Status status, Long dateOfLastCheck, String version, Long dateOfCheckVersion, ParametersGettingVersion parametersGettingVersion, UUID parentSystemId, ServerItf serverItf, Boolean mergeByName, UUID linkToSystemId, UUID externalId, UUID sourceId, String externalName) TODO Make javadoc documentation for this method. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCheckVersionError(String error) voidsetConnections(List<Connection> connectionsList) voidsetDateOfCheckVersion(Long dateOfCheckVersion) voidsetDateOfLastCheck(Long dateOfLastCheck) voidsetEnvironmentIds(List<Environment> environments) voidsetEnvironments(List<Environment> environments) voidsetExternalId(UUID externalId) voidsetExternalName(String externalName) voidsetLinkToSystemId(UUID linkToSystemId) voidsetMergeByName(Boolean mergeByName) voidsetParametersGettingVersion(ParametersGettingVersion parametersGettingVersion) voidsetParentSystemId(UUID parentSystemId) voidsetServerItf(ServerItf serverItf) voidsetSourceId(UUID sourceId) voidvoidsetSystemCategory(SystemCategory systemCategory) voidsetVersion(String version) 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.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
-
SystemImpl
public SystemImpl() -
SystemImpl
public SystemImpl(UUID uuid, String name, String description, Long created, UUID createdBy, Long modified, UUID modifiedBy, @Nonnull List<Environment> environments, SystemCategory systemCategory, List<Connection> connectionsList, Status status, Long dateOfLastCheck, String version, Long dateOfCheckVersion, ParametersGettingVersion parametersGettingVersion, UUID parentSystemId, ServerItf serverItf, Boolean mergeByName, UUID linkToSystemId, UUID externalId, UUID sourceId, String externalName) TODO Make javadoc documentation for this method.
-
-
Method Details
-
getEnvironmentIds
- Specified by:
getEnvironmentIdsin interfaceSystem
-
setEnvironmentIds
- Specified by:
setEnvironmentIdsin interfaceSystem
-
getEnvironments
- Specified by:
getEnvironmentsin interfaceSystem
-
setEnvironments
- Specified by:
setEnvironmentsin interfaceSystem
-
getSystemCategoryId
- Specified by:
getSystemCategoryIdin interfaceSystem
-
getSystemCategory
- Specified by:
getSystemCategoryin interfaceSystem
-
setSystemCategory
- Specified by:
setSystemCategoryin interfaceSystem
-
getStatus
-
setStatus
-
getConnections
- Specified by:
getConnectionsin interfaceSystem
-
setConnections
- Specified by:
setConnectionsin interfaceSystem
-
getDateOfLastCheck
- Specified by:
getDateOfLastCheckin interfaceSystem
-
setDateOfLastCheck
- Specified by:
setDateOfLastCheckin interfaceSystem
-
getVersion
- Specified by:
getVersionin interfaceSystem
-
setVersion
- Specified by:
setVersionin interfaceSystem
-
getDateOfCheckVersion
- Specified by:
getDateOfCheckVersionin interfaceSystem
-
setDateOfCheckVersion
- Specified by:
setDateOfCheckVersionin interfaceSystem
-
getParametersGettingVersion
- Specified by:
getParametersGettingVersionin interfaceSystem
-
setParametersGettingVersion
- Specified by:
setParametersGettingVersionin interfaceSystem
-
getParentSystemId
- Specified by:
getParentSystemIdin interfaceSystem
-
setParentSystemId
- Specified by:
setParentSystemIdin interfaceSystem
-
getServerItf
- Specified by:
getServerItfin interfaceSystem
-
setServerItf
- Specified by:
setServerItfin interfaceSystem
-
getMergeByName
- Specified by:
getMergeByNamein interfaceSystem
-
setMergeByName
- Specified by:
setMergeByNamein interfaceSystem
-
getLinkToSystemId
- Specified by:
getLinkToSystemIdin interfaceSystem
-
setLinkToSystemId
- Specified by:
setLinkToSystemIdin interfaceSystem
-
getExternalId
- Specified by:
getExternalIdin interfaceSystem
-
setExternalId
- Specified by:
setExternalIdin interfaceSystem
-
getExternalName
- Specified by:
getExternalNamein interfaceSystem
-
setExternalName
- Specified by:
setExternalNamein interfaceSystem
-
getCheckVersionError
- Specified by:
getCheckVersionErrorin interfaceSystem
-
setCheckVersionError
- Specified by:
setCheckVersionErrorin interfaceSystem
-
getSourceId
- Specified by:
getSourceIdin interfaceSourced
-
setSourceId
- Specified by:
setSourceIdin interfaceSourced
-