public class Module extends Object
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 setCopyright © 2007-2015 Ikasan. All Rights Reserved.