Skip navigation links
com.essbase.eas.essbase.defs
Class DefaultFunction
java.lang.Object
com.essbase.eas.essbase.defs.DefaultFunction
- All Implemented Interfaces:
- Function, java.lang.Cloneable
-
public class DefaultFunction
- extends java.lang.Object
- implements Function, java.lang.Cloneable
Title: Description: Copyright: Copyright (c) 2001 Company: Hyperion Solutions Corporation
- Version:
- 1.0
- Author:
- Sree Menon
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultFunction
public DefaultFunction()
DefaultFunction
public DefaultFunction(Server server)
DefaultFunction
public DefaultFunction(Application app)
setServer
public void setServer(Server server)
-
- Specified by:
setServer in interface Function
setServerName
public void setServerName(java.lang.String server)
-
- Specified by:
setServerName in interface Function
setApplicationName
public void setApplicationName(java.lang.String appName)
-
- Specified by:
setApplicationName in interface Function
setApplication
public void setApplication(Application app)
-
- Specified by:
setApplication in interface Function
getServerName
public java.lang.String getServerName()
-
- Specified by:
getServerName in interface Function
getApplicationName
public java.lang.String getApplicationName()
-
- Specified by:
getApplicationName in interface Function
setName
public void setName(java.lang.String name)
-
- Specified by:
setName in interface Function
setClassName
public void setClassName(java.lang.String className)
-
- Specified by:
setClassName in interface Function
setMethodName
public void setMethodName(java.lang.String methodName)
-
- Specified by:
setMethodName in interface Function
setSpec
public void setSpec(java.lang.String spec)
-
- Specified by:
setSpec in interface Function
setComment
public void setComment(java.lang.String comment)
-
- Specified by:
setComment in interface Function
setRuntime
public void setRuntime(boolean bRuntime)
-
- Specified by:
setRuntime in interface Function
setState
public void setState(java.lang.String s)
-
- Specified by:
setState in interface Function
getServer
public Server getServer()
-
- Specified by:
getServer in interface Function
getApplication
public Application getApplication()
-
- Specified by:
getApplication in interface Function
getName
public java.lang.String getName()
-
- Specified by:
getName in interface Function
getClassName
public java.lang.String getClassName()
-
- Specified by:
getClassName in interface Function
getMethodName
public java.lang.String getMethodName()
-
- Specified by:
getMethodName in interface Function
getSpec
public java.lang.String getSpec()
-
- Specified by:
getSpec in interface Function
getComment
public java.lang.String getComment()
-
- Specified by:
getComment in interface Function
getRuntime
public boolean getRuntime()
-
- Specified by:
getRuntime in interface Function
getState
public java.lang.String getState()
-
- Specified by:
getState in interface Function
getCreateText
public java.lang.String getCreateText()
-
- Specified by:
getCreateText in interface Function
getFunctionText
public java.lang.String getFunctionText()
-
- Specified by:
getFunctionText in interface Function
getFunctionText
public java.lang.String getFunctionText(boolean bCreateonly)
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
-
- Overrides:
clone in class java.lang.Object
-
- Throws:
java.lang.CloneNotSupportedException
getDropText
public java.lang.String getDropText()
-
- Specified by:
getDropText in interface Function
addFunctionListener
public void addFunctionListener(FunctionListener l)
-
- Specified by:
addFunctionListener in interface Function
removeFunctionListener
public void removeFunctionListener(FunctionListener l)
-
- Specified by:
removeFunctionListener in interface Function
fireFunctionUpdatedEvent
protected void fireFunctionUpdatedEvent()
fireModify
public void fireModify()
-
- Specified by:
fireModify in interface Function
equal
public boolean equal(Function function)
-
- Specified by:
equal in interface Function
updateFunction
public void updateFunction(Function func)
-
- Specified by:
updateFunction in interface Function
functionRemoved
public void functionRemoved()
-
- Specified by:
functionRemoved in interface Function
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.