Class HeaderDTO

java.lang.Object
org.lfenergy.compas.sct.commons.dto.HeaderDTO

public class HeaderDTO extends Object
A representation of the model object Header.

The following features are supported:

  • id
  • version
  • revision
  • Refers to History
See Also:
  • Constructor Details

    • HeaderDTO

      public HeaderDTO(UUID id, String version, String revision)
      Constructor
      Parameters:
      id - input
      version - input
      revision - input
  • Method Details