org.camunda.bpm.engine.impl.db.entitymanager.operation
Class DbEntityOperation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
      extended by org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
All Implemented Interfaces:
Recyclable

public class DbEntityOperation
extends DbOperation

An operation on a single DbEntity

Author:
Daniel Meyer

Field Summary
protected  DbEntity entity
          The entity the operation is performed on.
 
Fields inherited from class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
entityType, operationType
 
Constructor Summary
DbEntityOperation()
           
 
Method Summary
 boolean equals(Object obj)
           
 DbEntity getEntity()
           
 int hashCode()
           
 void recycle()
           
 void setEntity(DbEntity dbEntity)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
getEntityType, getOperationType, setEntityType, setOperationType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

entity

protected DbEntity entity
The entity the operation is performed on.

Constructor Detail

DbEntityOperation

public DbEntityOperation()
Method Detail

recycle

public void recycle()
Specified by:
recycle in interface Recyclable
Overrides:
recycle in class DbOperation

getEntity

public DbEntity getEntity()

setEntity

public void setEntity(DbEntity dbEntity)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014 camunda services GmbH. All Rights Reserved.