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

Last change on this file since 865 was 865, checked in by tobias, on Apr 20, 2010 at 5:21:42 PM

comments added
all methods of the wsdl file implemented

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