Skip navigation links
com.essbase.eas.essbase.api.core
Class AppInfo
java.lang.Object
com.essbase.eas.essbase.api.core.AppInfo
- All Implemented Interfaces:
- java.lang.Comparable
-
public class AppInfo
- extends java.lang.Object
- implements java.lang.Comparable
This class maps to the functional API application information. In the C API this is subset of information in ESS_APPINFOEX_T structure.
Warning: there are semantics regarding some of these properties. We have to be careful how we document and expose those semantics.
- Version:
- 7.1, 10/02/2003
- Author:
- Shalab Goel
| Constructor Summary |
AppInfo()
constructs a AppInfo object with the default values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NON_UNICODE
public static final short NON_UNICODE
-
- See Also:
- Constant Field Values
UNICODE
public static final short UNICODE
-
- See Also:
- Constant Field Values
STOPPED
public static final short STOPPED
-
- See Also:
- Constant Field Values
STARTED
public static final short STARTED
-
- See Also:
- Constant Field Values
AppInfo
public AppInfo()
- constructs a AppInfo object with the default values.
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
getType
public short getType()
setType
public void setType(short value)
getAppType
public short getAppType()
setAppType
public void setAppType(short type)
setStatus
public void setStatus(short status)
getStatus
public short getStatus()
getAppFrontEndType
public short getAppFrontEndType()
setAppFrontEndType
public void setAppFrontEndType(short appFrontEndType)
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
compareTo
public int compareTo(java.lang.Object o)
-
- Specified by:
compareTo in interface java.lang.Comparable
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.