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
RevLine 
[831]1package de.dass_it.vanhelsing.gui.items;
2/*
3 * Interface to be implemented by *Item classes for different resource type
4 */
[858]5/**
[865]6 * Common interface of all resource item classes.
[858]7 * @author tgoecke
8 */
[831]9public interface UserObjectItem {
10
[844]11 public String getResType();
12 public void setResType(String ResType);
[831]13}
Note: See TracBrowser for help on using the repository browser.