jadex.application.model
Class MSpaceType

java.lang.Object
  extended by jadex.application.model.MSpaceType
Direct Known Subclasses:
MAGRSpaceType, MEnvSpaceType

public class MSpaceType
extends Object

Space type representation.


Field Summary
protected  String name
          The name.
 
Constructor Summary
MSpaceType()
           
 
Method Summary
 String getName()
          Get the name.
 void setName(String name)
          Set the name.
 
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.

Constructor Detail

MSpaceType

public MSpaceType()
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.


Copyright © 2010. All Rights Reserved.