public abstract class AbstractStartup extends java.lang.Object implements Startup
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
artifactContainerName
Name of the artifact container from which the task deployed
|
protected java.lang.String |
description
Holds the description of the startup
|
protected java.lang.String |
fileName
Holds the name of the file where this startup is defined
|
protected boolean |
isEdited
Whether the task edited via the management console
|
protected java.lang.String |
name
Holds the name of a Startup
|
Constructor and Description |
---|
AbstractStartup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArtifactContainerName()
Get the name of the artifact container from which the task deployed
|
java.lang.String |
getDescription()
Gets the description of the startup
|
java.lang.String |
getFileName()
Returns the name of the file where this startup is defined
|
java.lang.String |
getName()
This will return the name of the startup
|
boolean |
isEdited()
Whether the task edited through the management console
|
void |
setArtifactContainerName(java.lang.String artifactContainerName)
Set the name of the artifact container from which the task deployed
|
void |
setDescription(java.lang.String description)
Sets the description of the startup
|
void |
setFileName(java.lang.String fileName)
Set the name of the file name where this startup is defined
|
void |
setIsEdited(boolean isEdited)
Set whether the task edited through the management console
|
void |
setName(java.lang.String name)
This will set the name of a Startup
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTagQName
destroy, init
protected java.lang.String name
protected java.lang.String fileName
protected java.lang.String description
protected java.lang.String artifactContainerName
protected boolean isEdited
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getFileName()
getFileName
in interface Startup
public void setFileName(java.lang.String fileName)
setFileName
in interface Startup
fileName
- the name of the file as a stringpublic java.lang.String getDescription()
getDescription
in interface SynapseArtifact
public void setDescription(java.lang.String description)
setDescription
in interface SynapseArtifact
description
- tobe set to the artifactpublic boolean isEdited()
public void setIsEdited(boolean isEdited)
setIsEdited
in interface Startup
isEdited
- public java.lang.String getArtifactContainerName()
getArtifactContainerName
in interface Startup
public void setArtifactContainerName(java.lang.String artifactContainerName)
setArtifactContainerName
in interface Startup
artifactContainerName
- Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.