Class ProjectImpl
java.lang.Object
org.activiti.cloud.services.auditable.AbstractAuditable<String>
org.activiti.cloud.modeling.api.impl.ProjectImpl
Implementation for
Project-
Field Summary
Fields inherited from class org.activiti.cloud.services.auditable.AbstractAuditable
createdBy, creationDate, lastModifiedBy, lastModifiedDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidvoidsetVersion(String version) Methods inherited from class org.activiti.cloud.services.auditable.AbstractAuditable
getCreatedBy, getCreationDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreationDate, setLastModifiedBy, setLastModifiedDateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.cloud.services.auditable.Auditable
copyAuditInfo, getCreatedBy, getCreationDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreationDate, setLastModifiedBy, setLastModifiedDate
-
Constructor Details
-
ProjectImpl
public ProjectImpl() -
ProjectImpl
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDisplayName
- Specified by:
getDisplayNamein interfaceProject<String>
-
setDisplayName
- Specified by:
setDisplayNamein interfaceProject<String>
-
getVersion
- Specified by:
getVersionin interfaceProject<String>
-
setVersion
- Specified by:
setVersionin interfaceProject<String>
-
getDescription
- Specified by:
getDescriptionin interfaceProject<String>
-
setDescription
- Specified by:
setDescriptionin interfaceProject<String>
-