|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MStartable
jadex.application.model.MComponentType
public class MComponentType
Component type representation.
| Field Summary | |
|---|---|
protected String |
filename
The filename. |
protected String |
name
The name. |
| Constructor Summary | |
|---|---|
MComponentType()
Create a new component type. |
|
| Method Summary | |
|---|---|
String |
getFilename()
Get the filename. |
String |
getName()
Get the name. |
void |
setFilename(String filename)
Set the filename. |
void |
setName(String name)
Set the name. |
| Methods inherited from class jadex.application.model.MStartable |
|---|
getAutoShutdown, getDaemon, getMaster, getSuspend, setAutoShutdown, setDaemon, setMaster, setSuspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String filename
| Constructor Detail |
|---|
public MComponentType()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||