net.sf.sapjcosupport
Class SapListMapping

java.lang.Object
  extended bynet.sf.sapjcosupport.SapListMapping

public class SapListMapping
extends Object

Mapping class for input and output lists (table). This is used to determine if we should loop through a structure (e.g. "MM_DATA" table). When such a list is defined, we know that the returned data of a bapi call should map to multiple value objects.

Since:
Feb 16, 2006 - 10:35:58 AM
Author:
Jo Vandermeeren

Constructor Summary
SapListMapping(String name, String primaryKey)
           
 
Method Summary
 String getName()
           
 String getPrimaryKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SapListMapping

public SapListMapping(String name,
                      String primaryKey)
Method Detail

getName

public String getName()

getPrimaryKey

public String getPrimaryKey()


Copyright © 2006 null. All Rights Reserved.