Interface System
- All Superinterfaces:
CreatedModified,Described,Identified,Named,Serializable,Sourced
- All Known Implementing Classes:
SystemImpl
public interface System
extends Identified, Named, CreatedModified, Described, Serializable, Sourced
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisParent(Identified candidate) voidsetCheckVersionError(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 externalId) voidsetLinkToSystemId(UUID linkToSystem) voidsetMergeByName(Boolean mergeByName) voidsetParametersGettingVersion(ParametersGettingVersion parametersGettingVersion) voidsetParentSystemId(UUID parentSystemId) voidsetServerItf(ServerItf serverItf) voidvoidsetSystemCategory(SystemCategory systemCategory) voidsetVersion(String version) Methods 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, setIdMethods inherited from interface org.qubership.atp.environments.model.Sourced
getSourceId, setSourceId
-
Method Details
-
getEnvironmentIds
-
setEnvironmentIds
-
getEnvironments
-
setEnvironments
-
getSystemCategoryId
-
getSystemCategory
-
setSystemCategory
-
getStatus
-
setStatus
-
getConnections
List<Connection> getConnections() -
setConnections
-
getDateOfLastCheck
-
setDateOfLastCheck
-
getVersion
-
setVersion
-
getDateOfCheckVersion
-
setDateOfCheckVersion
-
getParametersGettingVersion
-
setParametersGettingVersion
-
getParentSystemId
-
setParentSystemId
-
getServerItf
-
setServerItf
-
getMergeByName
-
setMergeByName
-
getLinkToSystemId
-
setLinkToSystemId
-
getExternalId
-
setExternalId
-
getExternalName
-
setExternalName
-
getCheckVersionError
-
setCheckVersionError
-
isParent
- Specified by:
isParentin interfaceIdentified
-