com.jaspersoft.jasperserver.api.common.domain.impl
Class ExecutionContextImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionContextImpl
public ExecutionContextImpl()
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.