java.lang.Object
ch.cern.eam.wshub.core.services.entities.EAMClass

public class EAMClass extends Object
  • Constructor Details

    • EAMClass

      public EAMClass()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getEntity

      public String getEntity()
    • setEntity

      public void setEntity(String entity)
    • getOutOfService

      public String getOutOfService()
    • setOutOfService

      public void setOutOfService(String outOfService)
    • toString

      public String toString()
      Overrides:
      toString in class Object