|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.console.module.Module
public class Module
Console representation of a Module
| Constructor Summary | |
|---|---|
Module()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the description |
String |
getDesignDiagramURL()
Get the design diagram URL |
long |
getId()
Get the id |
String |
getName()
Get the name |
void |
setDescription(String description)
Set the description |
void |
setDesignDiagramURL(String designDiagramURL)
Set the design diagram URL |
void |
setId(long id)
Set the id |
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 |
| Constructor Detail |
|---|
public Module()
| Method Detail |
|---|
public long getId()
public void setId(long id)
id - - id to setpublic String getName()
public void setName(String name)
name - - name to setpublic String getDescription()
public void setDescription(String description)
description - - name to setpublic String getDesignDiagramURL()
public void setDesignDiagramURL(String designDiagramURL)
designDiagramURL - - The design diagram URL to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||