net.sf.provisioner.core
Class Operation

java.lang.Object
  extended by net.sf.provisioner.core.Operation

public class Operation
extends java.lang.Object

Esta clase .

.

Version:
$Revision: 1.1.2.1 $, $Date: 2007/11/12 01:57:27 $
Author:
Gonzalo Espert

Field Summary
 java.util.Hashtable requests
           
 
Constructor Summary
Operation()
          .
 
Method Summary
 void applyRules(java.util.Enumeration rules, java.util.Hashtable services)
          .
 java.lang.String getId()
          Gets the id value for this operation.
 org.jdom.Document getParameters()
          Gets the parameters value for this operation.
 java.lang.String getType()
          Gets the type value for this operation.
 void setId(java.lang.String id)
          Sets the id value for this operation.
 void setParameters(java.lang.String xml_string)
          Sets the parameters value for this operation.
 void setType(java.lang.String type)
          Sets the type value for this operation.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

requests

public java.util.Hashtable requests
Constructor Detail

Operation

public Operation()
.

.

Parameters:
-
Throws:
Method Detail

getId

public java.lang.String getId()
Gets the id value for this operation.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this operation.

Parameters:
id -

getType

public java.lang.String getType()
Gets the type value for this operation.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this operation.

Parameters:
type -

getParameters

public org.jdom.Document getParameters()
Gets the parameters value for this operation.

Returns:
parameters

setParameters

public void setParameters(java.lang.String xml_string)
                   throws java.lang.Exception
Sets the parameters value for this operation.

Parameters:
parameters -
Throws:
java.lang.Exception

applyRules

public void applyRules(java.util.Enumeration rules,
                       java.util.Hashtable services)
.

.

Parameters:
-
Throws:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007-2008. All Rights Reserved.