com.jaspersoft.jasperserver.api.common.domain.impl
Class ExecutionContextImpl

java.lang.Object
  extended by com.jaspersoft.jasperserver.api.common.domain.impl.ExecutionContextImpl
All Implemented Interfaces:
AttributedObject, ExecutionContext

public class ExecutionContextImpl
extends java.lang.Object
implements ExecutionContext

Version:
$Id: ExecutionContextImpl.java 9116 2007-07-17 00:04:55Z sbirney $
Author:
tkavanagh

Constructor Summary
ExecutionContextImpl()
           
 
Method Summary
 java.util.List getAttributes()
           
 java.util.Locale getLocale()
           
 java.util.TimeZone getTimeZone()
           
 void setAttributes(java.util.List attrs)
           
 void setLocale(java.util.Locale locale)
           
 void setTimeZone(java.util.TimeZone timeZone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContextImpl

public ExecutionContextImpl()
Method Detail

getAttributes

public java.util.List getAttributes()
Specified by:
getAttributes in interface AttributedObject
Returns:
List of Attributes for the object

setAttributes

public void setAttributes(java.util.List attrs)
Specified by:
setAttributes in interface AttributedObject

getLocale

public java.util.Locale getLocale()
Specified by:
getLocale in interface ExecutionContext

setLocale

public void setLocale(java.util.Locale locale)

getTimeZone

public java.util.TimeZone getTimeZone()
Specified by:
getTimeZone in interface ExecutionContext

setTimeZone

public void setTimeZone(java.util.TimeZone timeZone)


Copyright © 2007. All Rights Reserved.