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, waitgetTagQNamedestroy, initprotected String name
protected String fileName
protected String description
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 artifactCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.