java.lang.Object
de.rpgframework.foundry.Pack

public class Pack extends Object
  • Constructor Details

    • Pack

      public Pack()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getLabel

      public String getLabel()
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - the label to set
    • getPath

      public String getPath()
      Returns:
      the path
    • setPath

      public void setPath(String path)
      Parameters:
      path - the path to set
    • getEntity

      public String getEntity()
      Returns:
      the entity
    • setEntity

      public void setEntity(String entity)
      Parameters:
      entity - the entity to set
    • getSystem

      public String getSystem()
      Returns:
      the system
    • setSystem

      public void setSystem(String system)
      Parameters:
      system - the system to set
    • getModule

      public String getModule()
      Returns:
      the module
    • setModule

      public void setModule(String module)
      Parameters:
      module - the module to set