org.camunda.bpm.cycle.entity
Class AbstractEntity

java.lang.Object
  extended by 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

Constructor Summary
AbstractEntity()
           
 
Method Summary
 Long getId()
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEntity

public AbstractEntity()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)


Copyright © 2014 camunda services GmbH. All rights reserved.