Class SclDTO

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

public class SclDTO extends Object
A representation of the model object SCL.

The following features are supported:

  • Id
  • Version
  • Revision
  • Refers To Header
See Also:
  • Field Details

    • id

      protected UUID id
    • version

      protected String version
    • revision

      protected String revision
    • release

      protected short release
  • Constructor Details

    • SclDTO

      public SclDTO(UUID id)
      Constructor
      Parameters:
      id - input
  • Method Details

    • from

      public static SclDTO from(SclRootAdapter sclRootAdapter)
      Initializes SclDTO
      Parameters:
      sclRootAdapter - input
      Returns:
      SclDTO object value
    • getWho

      public String getWho()
      Gets History Who parameter value
      Returns:
      string who value
    • getWhat

      public String getWhat()
      Gets History What value
      Returns:
      string what value
    • getWhy

      public String getWhy()
      Gets History Why value
      Returns:
      string why value
    • getWhen

      public String getWhen()
      Gets History When value
      Returns:
      string when value