public abstract class AbstractStartup extends Object implements Startup
Modifier and Type | Field and Description |
---|---|
protected String |
description
Holds the description of the startup
|
protected String |
fileName
Holds the name of the file where this startup is defined
|
protected String |
name
Holds the name of a Startup
|
Constructor and Description |
---|
AbstractStartup() |
Modifier and Type | Method and Description |
---|---|
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
|
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 |
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
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 artifactCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.