org.jboss.dashboard.domain
Class AbstractDomain
java.lang.Object
org.jboss.dashboard.domain.AbstractDomain
- All Implemented Interfaces:
- Cloneable, Domain
public abstract class AbstractDomain
- extends Object
- implements Domain
Base class for the implementation of the different Domain classes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
I18N_PREFFIX
public static final String I18N_PREFFIX
- See Also:
- Constant Field Values
property
protected DataProperty property
maxNumberOfIntervals
protected int maxNumberOfIntervals
scalarFunctionsSupported
protected List<ScalarFunction> scalarFunctionsSupported
AbstractDomain
public AbstractDomain()
getProperty
public DataProperty getProperty()
- Specified by:
getProperty in interface Domain
setProperty
public void setProperty(DataProperty property)
- Specified by:
setProperty in interface Domain
getMaxNumberOfIntervals
public int getMaxNumberOfIntervals()
- Specified by:
getMaxNumberOfIntervals in interface Domain
setMaxNumberOfIntervals
public void setMaxNumberOfIntervals(int maxNumberOfIntervals)
- Specified by:
setMaxNumberOfIntervals in interface Domain
isScalarFunctionSupported
public boolean isScalarFunctionSupported(String functionCode)
- Specified by:
isScalarFunctionSupported in interface Domain
getScalarFunctionsSupported
public List<ScalarFunction> getScalarFunctionsSupported()
- Specified by:
getScalarFunctionsSupported in interface Domain
setScalarFunctionsSupported
public void setScalarFunctionsSupported(List<ScalarFunction> scalarFunctionsSupported)
cloneDomain
public Domain cloneDomain()
- Specified by:
cloneDomain in interface Domain
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.