com.camunda.toolkit.jbpm.swing.scruffybridge
Class JbpmProcessKey

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by com.camunda.commons.beans.BoundBean
          extended by com.camunda.commons.beans.BusinessObjectKey
              extended by com.camunda.toolkit.jbpm.swing.scruffybridge.JbpmProcessKey
All Implemented Interfaces:
com.jgoodies.binding.beans.Observable, java.io.Serializable

public class JbpmProcessKey
extends com.camunda.commons.beans.BusinessObjectKey

See Also:
Serialized Form

Constructor Summary
JbpmProcessKey()
           
 
Method Summary
 java.lang.String getBusinessObjectClassName()
           
 long getId()
           
 java.lang.String getModuleId()
           
 java.lang.String keyAsString()
           
 void setId(long id)
           
 void setKey(java.lang.String st)
           
 void setValue(com.camunda.commons.beans.BoundBean bean)
           
 
Methods inherited from class com.camunda.commons.beans.BoundBean
addListenersToArray, addListenersToArrayElement, addListenersToElement, addListenersToElement, firePropertyChange, isChanged, isNull, resetChanged, setIsNull
 
Methods inherited from class com.jgoodies.binding.beans.Model
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireMulticastPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbpmProcessKey

public JbpmProcessKey()
Method Detail

getBusinessObjectClassName

public java.lang.String getBusinessObjectClassName()
Specified by:
getBusinessObjectClassName in class com.camunda.commons.beans.BusinessObjectKey

getModuleId

public java.lang.String getModuleId()
Specified by:
getModuleId in class com.camunda.commons.beans.BusinessObjectKey

keyAsString

public java.lang.String keyAsString()
Specified by:
keyAsString in class com.camunda.commons.beans.BusinessObjectKey

setKey

public void setKey(java.lang.String st)
Specified by:
setKey in class com.camunda.commons.beans.BusinessObjectKey

setValue

public void setValue(com.camunda.commons.beans.BoundBean bean)
Specified by:
setValue in class com.camunda.commons.beans.BoundBean

getId

public long getId()

setId

public void setId(long id)


Copyright © 2007 camunda GmbH. All Rights Reserved.