wt.query.template
Class ReportTemplateHelper.ReportApplicationContext

java.lang.Object
  extended bywt.query.template.ReportTemplateHelper.ReportApplicationContext
All Implemented Interfaces:
ApplicationContextChild
Enclosing class:
ReportTemplateHelper

static class ReportTemplateHelper.ReportApplicationContext
extends Object
implements ApplicationContextChild


Field Summary
private  ApplicationContext applicationContext
           
 
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT
 
Constructor Summary
(package private) ReportTemplateHelper.ReportApplicationContext()
           
 
Method Summary
 ApplicationContext getApplicationContext()
          Gets the object for the association that plays role: APPLICATION_CONTEXT.
 void setApplicationContext(ApplicationContext a_ApplicationContext)
          Sets the object for the association that plays role: APPLICATION_CONTEXT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applicationContext

private ApplicationContext applicationContext
Constructor Detail

ReportTemplateHelper.ReportApplicationContext

ReportTemplateHelper.ReportApplicationContext()
Method Detail

setApplicationContext

public void setApplicationContext(ApplicationContext a_ApplicationContext)
                           throws WTPropertyVetoException
Description copied from interface: ApplicationContextChild
Sets the object for the association that plays role: APPLICATION_CONTEXT.

Supported API: false

Specified by:
setApplicationContext in interface ApplicationContextChild
Parameters:
a_ApplicationContext -
Throws:
WTPropertyVetoException

getApplicationContext

public ApplicationContext getApplicationContext()
Description copied from interface: ApplicationContextChild
Gets the object for the association that plays role: APPLICATION_CONTEXT.

Supported API: false

Specified by:
getApplicationContext in interface ApplicationContextChild
Returns:
ApplicationContext