org.apache.camel.bam.model
Class EntitySupport

java.lang.Object
  extended by org.apache.camel.bam.model.EntitySupport
Direct Known Subclasses:
ActivityDefinition, ProcessDefinition, TemporalEntity

@MappedSuperclass
public class EntitySupport
extends Object

A base class for persistent entities

Version:

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

Constructor Detail

EntitySupport

public EntitySupport()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

toString

public String toString()
Overrides:
toString in class Object


Apache Camel