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/SimpleResource.java

    r860 r865  
    33import de.dass_it.www.vanhelsing.VanHelsingStub.ResourceAttributeType;
    44import de.dass_it.www.vanhelsing.VanHelsingStub.ResourceInfo;
    5 
     5/**
     6 * SimpleResource is used as a return type for getSimpleResource() method
     7 * Since this class contains only setter and getter methods there is no further documentation
     8 * @author tgoecke
     9 *
     10 */
    611public  class SimpleResource{
    712        private ResourceInfo resourceInfo;
Note: See TracChangeset for help on using the changeset viewer.