public class SubcomponentTypeInfo extends Startable
Constructor and Description |
---|
SubcomponentTypeInfo()
Create a new component type.
|
SubcomponentTypeInfo(String name,
String filename)
Create a new component type.
|
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Get the filename.
|
String |
getName()
Get the name.
|
void |
setFilename(String filename)
Set the filename.
|
void |
setName(String name)
Set the name.
|
getAutoShutdown, getDaemon, getDescription, getMaster, getSuspend, setAutoShutdown, setDaemon, setDescription, setMaster, setSuspend
public String getName()
public void setName(String name)
name
- The name to set.public String getFilename()
public void setFilename(String filename)
filename
- The name to set.Copyright © 2012. All Rights Reserved.