org.ow2.dragon.persistence.bo.technology
Class Processor

java.lang.Object
  extended by org.ow2.dragon.persistence.bo.common.BaseObject
      extended by org.ow2.dragon.persistence.bo.common.SearchableBaseObject
          extended by org.ow2.dragon.persistence.bo.technology.Node
              extended by org.ow2.dragon.persistence.bo.technology.Processor
All Implemented Interfaces:
java.io.Serializable

public class Processor
extends Node

Author:
ofabre - eBM Websourcing
See Also:
Serialized Form

Constructor Summary
Processor()
           
 
Method Summary
 void addExecutionEnvironment(ExecutionEnvironment execEnv)
           
 java.util.Set<ExecutionEnvironment> getExecutionEnvs()
           
 void setExecutionEnvs(java.util.Set<ExecutionEnvironment> executionEnvs)
           
 java.lang.String toString()
          Returns a multi-line String with key=value pairs.
 
Methods inherited from class org.ow2.dragon.persistence.bo.technology.Node
addEndpoint, equals, getEndpoints, getExpectedQuantity, getIpv4Address, getManager, getName, getType, hashCode, isPrototypical, setEndpoints, setExpectedQuantity, setIpv4Address, setManager, setName, setPrototypical, setType
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.SearchableBaseObject
getId, setId
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.BaseObject
getCreated, getLastUpdated, setCreated, setLastUpdated
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Processor

public Processor()
Method Detail

getExecutionEnvs

public java.util.Set<ExecutionEnvironment> getExecutionEnvs()

setExecutionEnvs

public void setExecutionEnvs(java.util.Set<ExecutionEnvironment> executionEnvs)

addExecutionEnvironment

public void addExecutionEnvironment(ExecutionEnvironment execEnv)

toString

public java.lang.String toString()
Description copied from class: BaseObject
Returns a multi-line String with key=value pairs.

Overrides:
toString in class Node
Returns:
a String representation of this class.
See Also:
Object.toString()


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.