Class ProjectImpl
- java.lang.Object
-
- org.activiti.cloud.services.auditable.AbstractAuditable<String>
-
- org.activiti.cloud.modeling.api.impl.ProjectImpl
-
-
Field Summary
-
Fields inherited from class org.activiti.cloud.services.auditable.AbstractAuditable
createdBy, creationDate, lastModifiedBy, lastModifiedDate
-
-
Constructor Summary
Constructors Constructor Description ProjectImpl()ProjectImpl(String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectConfigurationgetConfiguration()StringgetDescription()StringgetId()StringgetName()StringgetVersion()voidsetConfiguration(ProjectConfiguration configuration)voidsetDescription(String description)voidsetId(String id)voidsetName(String name)voidsetVersion(String version)-
Methods inherited from class org.activiti.cloud.services.auditable.AbstractAuditable
getCreatedBy, getCreationDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreationDate, setLastModifiedBy, setLastModifiedDate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.cloud.services.auditable.Auditable
copyAuditInfo, getCreatedBy, getCreationDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreationDate, setLastModifiedBy, setLastModifiedDate
-
-
-
-
Method Detail
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceProject<String>
-
setVersion
public void setVersion(String version)
- Specified by:
setVersionin interfaceProject<String>
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceProject<String>
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceProject<String>
-
setConfiguration
public void setConfiguration(ProjectConfiguration configuration)
- Specified by:
setConfigurationin interfaceProject<String>
-
getConfiguration
public ProjectConfiguration getConfiguration()
- Specified by:
getConfigurationin interfaceProject<String>
-
-