com.redstarhackers.craftsman.typedefs
Class CMProject

java.lang.Object
  extended by DataType
      extended by com.redstarhackers.craftsman.typedefs.CMProject

public class CMProject
extends DataType

TODO Class summary sentence. Class documentation.

Version:
$Revision: 196 $
Author:
$Author: kostya $

Constructor Summary
CMProject()
           
 
Method Summary
 Module createModule()
           
 java.util.Set getModules()
           
 java.lang.String getProjectId()
           
 void setProjectId(java.lang.String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMProject

public CMProject()
Method Detail

getProjectId

public java.lang.String getProjectId()

setProjectId

public void setProjectId(java.lang.String val)

getModules

public java.util.Set getModules()

createModule

public Module createModule()