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, waitgetTagQNamedestroy, initprotected 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 Startuppublic void setFileName(String fileName)
setFileName in interface StartupfileName - the name of the file as a stringpublic String getDescription()
getDescription in interface SynapseArtifactpublic void setDescription(String description)
setDescription in interface SynapseArtifactdescription - tobe set to the artifactpublic boolean isEdited()
public void setIsEdited(boolean isEdited)
setIsEdited in interface StartupisEdited - public String getArtifactContainerName()
getArtifactContainerName in interface Startuppublic void setArtifactContainerName(String artifactContainerName)
setArtifactContainerName in interface StartupartifactContainerName - Copyright © 2005–2024 Apache Software Foundation. All rights reserved.