All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem, Node<ServiceSpec>, TreeNode<ServiceSpec>

public class ServiceSpec extends Entity implements Node<ServiceSpec>
See Also:
  • Constructor Details

    • ServiceSpec

      public ServiceSpec()
  • Method Details

    • getParentId

      public int getParentId()
      Specified by:
      getParentId in interface Node<ServiceSpec>
    • setParentId

      public void setParentId(int parentId)
    • getChildren

      public List<ServiceSpec> getChildren()
      Specified by:
      getChildren in interface TreeNode<ServiceSpec>
    • setChildren

      public void setChildren(List<ServiceSpec> children)
      Specified by:
      setChildren in interface Node<ServiceSpec>
    • getModuleId

      public int getModuleId()
    • setModuleId

      public void setModuleId(int moduleId)
    • getIdentifier

      public String getIdentifier()
    • setIdentifier

      public void setIdentifier(String name)
    • getDateFrom

      public Date getDateFrom()
    • setDateFrom

      public void setDateFrom(Date dateFrom)
    • getDateTo

      public Date getDateTo()
    • setDateTo

      public void setDateTo(Date dateTo)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)