|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.provisioner.core.Operation
public class Operation
Esta clase .
.
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 |
---|
public java.util.Hashtable requests
Constructor Detail |
---|
public Operation()
.
-
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public org.jdom.Document getParameters()
public void setParameters(java.lang.String xml_string) throws java.lang.Exception
parameters
-
java.lang.Exception
public void applyRules(java.util.Enumeration rules, java.util.Hashtable services)
.
-
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |