|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.mgmt.Management.Module
public static class Management.Module
Service as a base class
| Field Summary | |
|---|---|
java.lang.String |
author
the author |
java.lang.String |
authorUrl
the url of the author |
java.lang.String |
copyright
any copyright claim |
java.lang.String |
description
a longer description |
java.lang.String |
displayName
The name to display |
java.lang.String |
id
The unique id of the plugin |
java.lang.String |
name
The name |
java.lang.String |
status
the current status. |
java.lang.String |
supportUrl
the url for support |
java.lang.String |
version
the plugin version |
| Constructor Summary | |
|---|---|
Management.Module()
Constructs the Module. |
|
Management.Module(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)
Constructs the Module. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Gets the value. |
java.lang.String |
getAuthorUrl()
Gets the value. |
java.lang.String |
getCopyright()
Gets the value. |
java.lang.String |
getDescription()
Gets the value. |
java.lang.String |
getDisplayName()
Gets the value. |
java.lang.String |
getId()
Gets the value. |
java.lang.String |
getName()
Gets the value. |
java.lang.String |
getStatus()
Gets the value. |
java.lang.String |
getSupportUrl()
Gets the value. |
java.lang.String |
getVersion()
Gets the value. |
void |
setAuthor(java.lang.String value)
Sets the value. |
void |
setAuthorUrl(java.lang.String value)
Sets the value. |
void |
setCopyright(java.lang.String value)
Sets the value. |
void |
setDescription(java.lang.String value)
Sets the value. |
void |
setDisplayName(java.lang.String value)
Sets the value. |
void |
setId(java.lang.String value)
Sets the value. |
void |
setName(java.lang.String value)
Sets the value. |
void |
setStatus(java.lang.String value)
Sets the value. |
void |
setSupportUrl(java.lang.String value)
Sets the value. |
void |
setVersion(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String id
public java.lang.String name
public java.lang.String displayName
public java.lang.String version
public java.lang.String status
public java.lang.String copyright
public java.lang.String description
public java.lang.String author
public java.lang.String authorUrl
public java.lang.String supportUrl
| Constructor Detail |
|---|
public Management.Module()
public Management.Module(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)
id - The unique id of the pluginname - The namedisplayName - The name to displayversion - the plugin versionstatus - 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 gocopyright - any copyright claimdescription - a longer descriptionauthor - the authorauthorUrl - the url of the authorsupportUrl - the url for support| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public void setId(java.lang.String value)
value - the value.public java.lang.String getName()
public void setName(java.lang.String value)
value - the value.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String value)
value - the value.public java.lang.String getVersion()
public void setVersion(java.lang.String value)
value - the value.public java.lang.String getStatus()
public void setStatus(java.lang.String value)
value - the value.public java.lang.String getCopyright()
public void setCopyright(java.lang.String value)
value - the value.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - the value.public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
value - the value.public java.lang.String getAuthorUrl()
public void setAuthorUrl(java.lang.String value)
value - the value.public java.lang.String getSupportUrl()
public void setSupportUrl(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||