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

    r864 r865  
    1515 * Managed beans will extend this class either directly or
    1616 * via a data structure helper class like TreeNavigation
     17 * @author tgoecke
    1718 */
    1819public class BeanUtil {
     
    3233        }
    3334        /**
    34          *
     35         * convenience method to return all properties of a given attribute
    3536         * @param key   key contains the key value of the set of properties for a given attribute<br/>
    3637         *                              except for the suffix which defines the content type of the property.
     
    4647        }
    4748        /**
    48          *
     49         * returns true if the given attribute is required
    4950         * @param type  resource type of the attribute, like Client
    5051         * @param key   attribute name of the resource, like Port
    51          * @return              true if the field is required or false
     52         * @return              true if the field is required
    5253         */
    5354        public static boolean getRequired(String type, String key) {
Note: See TracChangeset for help on using the changeset viewer.