com.sap.netweaver.bc.uwl.config

Class ItemTypeCriteria

java.lang.Object
  extended bycom.sap.netweaver.bc.uwl.config.ItemTypeCriteria
All Implemented Interfaces:
Cloneable, Serializable

public final class ItemTypeCriteria
extends Object
implements Serializable, Cloneable

ItemTypeCriteria contains information on qualifications an Item should have in order to belong to a particular item type. Typically this qualification contains type,system from which item comes from and an optional filter.

See Also:
Serialized Form

Constructor Summary
ItemTypeCriteria(String extType, String sysId, String connector)
           
ItemTypeCriteria(String extType, String sysId, String connector, CompoundExpression c)
           
 
Method Summary
 Object clone()
           
 CompoundExpression getCompoundExpression()
          Returns the ce.
 String getConnectorName()
          Returns the connectorName.
 String getExternallType()
          Returns the extlType.
 String getSystemId()
          Returns the systemId.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemTypeCriteria

public ItemTypeCriteria(String extType,
                        String sysId,
                        String connector,
                        CompoundExpression c)

ItemTypeCriteria

public ItemTypeCriteria(String extType,
                        String sysId,
                        String connector)
Method Detail

getConnectorName

public String getConnectorName()
Returns the connectorName.

Returns:
String

getCompoundExpression

public CompoundExpression getCompoundExpression()
Returns the ce.

Returns:
CompoundExpression

getExternallType

public String getExternallType()
Returns the extlType.

Returns:
String

getSystemId

public String getSystemId()
Returns the systemId.

Returns:
String

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException


Copyright 2006 SAP AG Complete Copyright Notice