org.camunda.bpm.cycle.entity
Class AbstractEntity
java.lang.Object
org.camunda.bpm.cycle.entity.AbstractEntity
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BpmnDiagram, ConnectorConfiguration, ConnectorCredentials, Roundtrip, User
@MappedSuperclass
public abstract class AbstractEntity
- extends Object
- implements Serializable
Abstract super class for all entities.
- Author:
- nico.rehwaldt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEntity
public AbstractEntity()
getId
public Long getId()
setId
public void setId(Long id)
Copyright © 2014 camunda services GmbH. All rights reserved.