public abstract class AbstractStartup extends Object implements Startup
Modifier and Type | Field and Description |
---|---|
protected String |
artifactContainerName
Name of the artifact container from which the task deployed
|
protected String |
description
Holds the description of the startup
|
protected 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 String |
name
Holds the name of a Startup
|
Constructor and Description |
---|
AbstractStartup() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Get the name of the artifact container from which the task deployed
|
String |
getDescription()
Gets the description of the startup
|
String |
getFileName()
Returns the name of the file where this startup is defined
|
String |
getName()
This will return the name of the startup
|
boolean |
isEdited()
Whether the task edited through the management console
|
void |
setArtifactContainerName(String artifactContainerName)
Set the name of the artifact container from which the task deployed
|
void |
setDescription(String description)
Sets the description of the startup
|
void |
setFileName(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(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 String name
protected String fileName
protected String description
protected String artifactContainerName
protected boolean isEdited
public String getName()
public void setName(String name)
public String getFileName()
getFileName
in interface Startup
public void setFileName(String fileName)
setFileName
in interface Startup
fileName
- the name of the file as a stringpublic String getDescription()
getDescription
in interface SynapseArtifact
public void setDescription(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 String getArtifactContainerName()
getArtifactContainerName
in interface Startup
public void setArtifactContainerName(String artifactContainerName)
setArtifactContainerName
in interface Startup
artifactContainerName
- Copyright © 2005–2023 Apache Software Foundation. All rights reserved.