org.ikasan.console.module
Class Module

java.lang.Object
  extended by org.ikasan.console.module.Module

public class Module
extends Object

Console representation of a Module

Author:
Ikasan Development Team

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

Module

public Module()
Method Detail

getId

public long getId()
Get the id

Returns:
id

setId

public void setId(long id)
Set the id

Parameters:
id - - id to set

getName

public String getName()
Get the name

Returns:
name

setName

public void setName(String name)
Set the name

Parameters:
name - - name to set

getDescription

public String getDescription()
Get the description

Returns:
description

setDescription

public void setDescription(String description)
Set the description

Parameters:
description - - name to set

getDesignDiagramURL

public String getDesignDiagramURL()
Get the design diagram URL

Returns:
the design diagram URL

setDesignDiagramURL

public void setDesignDiagramURL(String designDiagramURL)
Set the design diagram URL

Parameters:
designDiagramURL - - The design diagram URL to set


Copyright © 2007-2014 Ikasan. All Rights Reserved.