source: vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/UserObjectItem.java@ 844

Last change on this file since 844 was 844, checked in by tobias, on Mar 18, 2010 at 6:52:29 PM

all libraries moved to WEB-INF/lib

File size: 231 bytes
Line 
1package de.dass_it.vanhelsing.gui.items;
2/*
3 * Interface to be implemented by *Item classes for different resource type
4 */
5public interface UserObjectItem {
6
7 public String getResType();
8 public void setResType(String ResType);
9}
Note: See TracBrowser for help on using the repository browser.