com.tibco.bw.poa.model.impl
Class PointcutConfigImpl

java.lang.Object
  extended by com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
      extended by com.tibco.bw.poa.model.impl.PointcutConfigImpl
All Implemented Interfaces:
CommonBaseConfig, PointcutConfig

public class PointcutConfigImpl
extends CommonBaseConfigImpl
implements PointcutConfig


Field Summary
protected  java.lang.String name
           
protected  AspectConfig parent
           
protected  QueryConfig query
           
 
Fields inherited from class com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
documentation
 
Constructor Summary
PointcutConfigImpl()
           
 
Method Summary
 java.lang.String getName()
          The name of the pointcut.
 AspectConfig getParent()
          The parent aspect that defines the pointcut.
 QueryConfig getQuery()
          The query of the pointcut.
 void setName(java.lang.String name)
           
 void setParent(AspectConfig parent)
           
 void setQuery(QueryConfig query)
           
 
Methods inherited from class com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tibco.bw.poa.model.CommonBaseConfig
getDocumentation
 

Field Detail

name

protected java.lang.String name

parent

protected AspectConfig parent

query

protected QueryConfig query
Constructor Detail

PointcutConfigImpl

public PointcutConfigImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: PointcutConfig
The name of the pointcut.

Specified by:
getName in interface PointcutConfig
Returns:

setName

public void setName(java.lang.String name)

getParent

public AspectConfig getParent()
Description copied from interface: PointcutConfig
The parent aspect that defines the pointcut.

Specified by:
getParent in interface PointcutConfig
Returns:
See Also:
AspectConfig

setParent

public void setParent(AspectConfig parent)

getQuery

public QueryConfig getQuery()
Description copied from interface: PointcutConfig
The query of the pointcut.

Specified by:
getQuery in interface PointcutConfig
Returns:
See Also:
QueryConfig

setQuery

public void setQuery(QueryConfig query)


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved