cisco.uc.cuae.mgmt
Class Management.Application

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.Module
      extended by cisco.uc.cuae.mgmt.Management.Application
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

public static class Management.Application
extends Management.Module

See Also:
Serialized Form

Field Summary
 java.lang.String applicationType
           
 Management.Partition[] partitions
           
 Management.Script[] scripts
           
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.Module
author, authorUrl, copyright, description, displayName, id, name, status, supportUrl, version
 
Constructor Summary
Management.Application()
          Constructs the Application.
Management.Application(java.lang.String id, java.lang.String name, java.lang.String displayName, java.lang.String version, java.lang.String status, java.lang.String copyright, java.lang.String description, java.lang.String author, java.lang.String authorUrl, java.lang.String supportUrl, java.lang.String applicationType, Management.Script[] scripts, Management.Partition[] partitions)
          Constructs the Application.
 
Method Summary
 java.lang.String getApplicationType()
          Gets the value.
 Management.Partition[] getPartitions()
          Gets the value.
 Management.Script[] getScripts()
          Gets the value.
 void setApplicationType(java.lang.String value)
          Sets the value.
 void setPartitions(Management.Partition[] value)
          Sets the value.
 void setScripts(Management.Script[] value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.Module
getAuthor, getAuthorUrl, getCopyright, getDescription, getDisplayName, getId, getName, getStatus, getSupportUrl, getVersion, setAuthor, setAuthorUrl, setCopyright, setDescription, setDisplayName, setId, setName, setStatus, setSupportUrl, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

applicationType

public java.lang.String applicationType

scripts

public Management.Script[] scripts

partitions

public Management.Partition[] partitions
Constructor Detail

Management.Application

public Management.Application()
Constructs the Application. Don't init any fields.


Management.Application

public Management.Application(java.lang.String id,
                              java.lang.String name,
                              java.lang.String displayName,
                              java.lang.String version,
                              java.lang.String status,
                              java.lang.String copyright,
                              java.lang.String description,
                              java.lang.String author,
                              java.lang.String authorUrl,
                              java.lang.String supportUrl,
                              java.lang.String applicationType,
                              Management.Script[] scripts,
                              Management.Partition[] partitions)
Constructs the Application.

Parameters:
id - The unique id of the plugin
name - The name
displayName - The name to display
version - the plugin version
status - the current status. Valid values are: status UNSPECIFIED: the current state is unknown status DISABLED_STOPPED: the module is disabled and has been stopped status DISABLED_ERROR: the module is disabled because of an error while starting status DISABLED_RUNNING: not currently used (marked disabled but not yet stopped) status ENABLED_STOPPED: enabled but not yet running status ENABLED_RUNNING: enabled and running, all systems are go
copyright - any copyright claim
description - a longer description
author - the author
authorUrl - the url of the author
supportUrl - the url for support
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Management.Module

getApplicationType

public java.lang.String getApplicationType()
Gets the value.

Returns:
the value.

setApplicationType

public void setApplicationType(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getScripts

public Management.Script[] getScripts()
Gets the value.

Returns:
the value.

setScripts

public void setScripts(Management.Script[] value)
Sets the value.

Parameters:
value - the value.

getPartitions

public Management.Partition[] getPartitions()
Gets the value.

Returns:
the value.

setPartitions

public void setPartitions(Management.Partition[] value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.