Ignore:
Timestamp:
Mar 18, 2010, 6:52:29 PM (14 years ago)
Author:
tobias
Message:

all libraries moved to WEB-INF/lib

File:
1 moved

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/JobItem.java

    r832 r844  
    11package de.dass_it.vanhelsing.gui.items;
    2 public class JobsItem extends ItemType{
     2public class JobItem extends ItemType implements UserObjectItem{
    33        private String name;
    44        private String enabled;
     
    6262        private String writePartAfterJob;
    6363
    64         public JobsItem() {}
    65         public JobsItem(String name, String client, String type, String level, String fileSet, String schedule,
     64        public JobItem() {}
     65        public JobItem(String name, String client, String type, String level, String fileSet, String schedule,
    6666                        String messages, String pool, String storage, String priority, String writeBootstrap){
    6767
Note: See TracChangeset for help on using the changeset viewer.