Class ProjectEntity
java.lang.Object
org.activiti.cloud.services.modeling.jpa.audit.AuditableEntity<String>
org.activiti.cloud.services.modeling.entity.ProjectEntity
- All Implemented Interfaces:
ModelValidationErrorProducer,Project<String>,Auditable<String>
@Entity(name="Project")
public class ProjectEntity
extends AuditableEntity<String>
implements Project<String>, ModelValidationErrorProducer
Project model entity
-
Field Summary
Fields inherited from class org.activiti.cloud.services.modeling.jpa.audit.AuditableEntity
createdBy, creationDate, lastModifiedBy, lastModifiedDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddModel(ModelEntity model) getId()getName()voidremoveModel(ModelEntity model) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidsetModels(Set<ModelEntity> models) voidvoidsetVersion(String version) Methods inherited from class org.activiti.cloud.services.modeling.jpa.audit.AuditableEntity
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, setLastModifiedDateMethods inherited from interface org.activiti.cloud.modeling.api.ModelValidationErrorProducer
createModelValidationError, createModelValidationError
-
Constructor Details
-
ProjectEntity
public ProjectEntity() -
ProjectEntity
-
-
Method Details
-
getId
-
setId
-
getModels
-
setModels
-
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>
-
addModel
-
removeModel
-