Class Component

java.lang.Object
ch.admin.bit.jeap.deploymentlog.domain.Component

@Entity public class Component extends Object
  • Constructor Details

    • Component

      public Component(@NonNull @NonNull String name, System system)
    • Component

      protected Component()
  • Method Details

    • inactive

      public void inactive()
    • updateSystem

      public void updateSystem(System system)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public UUID getId()
    • getName

      public String getName()
    • isActive

      public boolean isActive()
    • getSystem

      public System getSystem()