| java.lang.Object mc.formgenerator.bonita.DataProject
DataProject | public class DataProject (Code) | | Class that represents project properties
|
DataProject | public DataProject()(Code) | | Default class constructor.
|
DataProject | public DataProject(String name, HashMap table)(Code) | | Class constructor with the attributes setting.
Parameters: name - String : the process name of the new instance. Parameters: table - HashMap: the process properties of the new instance. |
DataProject | public DataProject(String name, String version, HashMap table)(Code) | | Class constructor with the attributes setting.
Parameters: name - String : the process name of the new instance. Parameters: version - String : the process version of the new instance. Parameters: table - HashMap: the process properties of the new instance. |
getProjectName | public String getProjectName()(Code) | | Returns the value of the attribute processName.
String : the process name. |
getProjectProperties | public HashMap getProjectProperties()(Code) | | Returns the value of the attribute processProperties.
HashMap : the process properties. |
getProjectVersion | public String getProjectVersion()(Code) | | Returns the value of the attribute processVersion.
String : the process version. |
setProjectName | public void setProjectName(String name)(Code) | | Set the value of the attribute processName.
Parameters: name - String : the new process name. |
setProjectProperties | public void setProjectProperties(HashMap table)(Code) | | Set the value of the attribute processProperties.
Parameters: table - HashMap : the new process properties. |
setProjectVersion | public void setProjectVersion(String version)(Code) | | Set the value of the attribute processVersion.
Parameters: version - String : the new process version. |
|
|