All Implemented Interfaces:
Serializable, CreatedModified, Described, Identified, Named

public class SystemDto extends AbstractCreatedModified
See Also:
  • Field Details

    • environmentIds

      protected List<UUID> environmentIds
    • systemCategoryId

      protected UUID systemCategoryId
    • connections

      protected List<ConnectionDto> connections
    • status

      protected Status status
    • dateOfLastCheck

      protected Long dateOfLastCheck
    • version

      protected String version
    • dateOfCheckVersion

      protected Long dateOfCheckVersion
    • parametersGettingVersion

      protected ParametersGettingVersion parametersGettingVersion
    • parentSystemId

      protected UUID parentSystemId
    • serverItf

      protected ServerItf serverItf
    • mergeByName

      protected Boolean mergeByName
    • linkToSystemId

      protected UUID linkToSystemId
    • externalId

      protected UUID externalId
    • externalName

      protected String externalName
  • Constructor Details

    • SystemDto

      public SystemDto()
  • Method Details