org.camunda.bpm.cycle.connector
Class ConnectorNode

java.lang.Object
  extended by org.camunda.bpm.cycle.connector.ConnectorNode
All Implemented Interfaces:
Serializable

public class ConnectorNode
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String id
           
 
Constructor Summary
ConnectorNode()
           
ConnectorNode(String id)
           
ConnectorNode(String id, ConnectorNodeType type)
           
ConnectorNode(String id, String label)
           
ConnectorNode(String id, String label, ConnectorNodeType type)
           
ConnectorNode(String id, String label, Long connectorId)
           
ConnectorNode(String id, String label, Long connectorId, ConnectorNodeType type)
           
ConnectorNode(String id, String label, Long connectorId, ConnectorNodeType type, String message)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getConnectorId()
           
 Date getCreated()
           
 String getId()
          Return the id of this node.
 String getLabel()
          The label of the node for display purposes in the user interface
 Date getLastModified()
           
 String getMessage()
           
 ConnectorNodeType getType()
           
 int hashCode()
           
 boolean isDirectory()
           
 void setConnectorId(Long connectorId)
           
 void setCreated(Date created)
           
 void setId(String id)
           
 void setLabel(String label)
           
 void setLastModified(Date lastModified)
           
 void setMessage(String message)
           
 void setType(ConnectorNodeType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id
Constructor Detail

ConnectorNode

public ConnectorNode()

ConnectorNode

public ConnectorNode(String id)

ConnectorNode

public ConnectorNode(String id,
                     String label)

ConnectorNode

public ConnectorNode(String id,
                     ConnectorNodeType type)

ConnectorNode

public ConnectorNode(String id,
                     String label,
                     Long connectorId)

ConnectorNode

public ConnectorNode(String id,
                     String label,
                     Long connectorId,
                     ConnectorNodeType type)

ConnectorNode

public ConnectorNode(String id,
                     String label,
                     ConnectorNodeType type)

ConnectorNode

public ConnectorNode(String id,
                     String label,
                     Long connectorId,
                     ConnectorNodeType type,
                     String message)
Method Detail

getId

public String getId()
Return the id of this node. May contain different representations, depending on the corresponding connector

Returns:

setId

public void setId(String id)

getLabel

public String getLabel()
The label of the node for display purposes in the user interface

Returns:

setLabel

public void setLabel(String label)

getType

public ConnectorNodeType getType()

setType

public void setType(ConnectorNodeType type)

getCreated

public Date getCreated()

setCreated

public void setCreated(Date created)

getLastModified

public Date getLastModified()

setLastModified

public void setLastModified(Date lastModified)

getConnectorId

public Long getConnectorId()

setConnectorId

public void setConnectorId(Long connectorId)

getMessage

public String getMessage()
Returns:
commit message

setMessage

public void setMessage(String message)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

isDirectory

public boolean isDirectory()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 camunda services GmbH. All rights reserved.