jadex.application.model
Class MComponentType

java.lang.Object
  extended by jadex.application.model.MStartable
      extended by jadex.application.model.MComponentType

public class MComponentType
extends MStartable

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

name

protected String name
The name.


filename

protected String filename
The filename.

Constructor Detail

MComponentType

public MComponentType()
Create a new component type.

Method Detail

getName

public String getName()
Get the name.

Returns:
The name.

setName

public void setName(String name)
Set the name.

Parameters:
name - The name to set.

getFilename

public String getFilename()
Get the filename.

Returns:
The filename.

setFilename

public void setFilename(String filename)
Set the filename.

Parameters:
filename - The name to set.


Copyright © 2010. All Rights Reserved.