Uses of Class
be.SIRAPRISE.client.jsba.SetterMethod

Packages that use SetterMethod
be.SIRAPRISE.client.jsba This package contains all the classes and interfaces for the Java SIRA_PRISE Bridging Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA. 
 

Uses of SetterMethod in be.SIRAPRISE.client.jsba
 

Subclasses of SetterMethod in be.SIRAPRISE.client.jsba
 class RelationSetterMethod
           
 class StringSetterMethod
           
 

Methods in be.SIRAPRISE.client.jsba that return types with arguments of type SetterMethod
static java.util.HashMap<java.lang.String,SetterMethod> DBObjectFactory.getSetterMethods(java.lang.Class<?> objectClass, Heading heading)
          Gets the setter methods from a class applicable for the given set of attribute names
 

Method parameters in be.SIRAPRISE.client.jsba with type arguments of type SetterMethod
static
<C> C
DBObjectFactory.getObject(Tuple tuple, java.lang.Class<C> objectClass, java.util.HashMap<java.lang.String,SetterMethod> setterMethods)
          Gets an object of the given class, using the given set of setter methods and the attribute values from this tuple
static java.util.Map<java.lang.Class<?>,java.lang.Object> DBObjectFactory.toObjects(Tuple tuple, java.util.Map<java.lang.Class<?>,java.util.HashMap<java.lang.String,SetterMethod>> classesProcessingMap)
          Gets a Map of objects holding the same information as that which is held in this tuple.