Ignore:
Timestamp:
Apr 20, 2010, 5:21:42 PM (14 years ago)
Author:
tobias
Message:

comments added
all methods of the wsdl file implemented

File:
1 edited

Legend:

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

    r858 r865  
    44 */
    55/**
     6 * Common interface of all resource item classes.
    67 * @author  tgoecke
    78 */
    89public interface UserObjectItem {
    910
    10         /**
    11          * @uml.property  name="resType"
    12          */
    1311        public String getResType();
    14         /**
    15          * @param ResType
    16          * @uml.property  name="resType"
    17          */
    1812        public void setResType(String ResType);
    1913}
Note: See TracChangeset for help on using the changeset viewer.