Ontimize 5.2072EN

com.ontimize.util.extend
Class ExtendedClientApplicationOperation

java.lang.Object
  extended bycom.ontimize.util.extend.ExtendedClientApplicationOperation

public class ExtendedClientApplicationOperation
extends java.lang.Object


Field Summary
protected  org.w3c.dom.NodeList extendCode
           
protected  java.lang.String idAttr
           
protected  java.util.Vector internalOperations
           
static int MANAGER_OP
           
protected  java.lang.String operation
           
protected  java.lang.String parentAttr
           
protected  int type
           
static int UNIQUE_OP
           
 
Constructor Summary
ExtendedClientApplicationOperation(int type, java.lang.String operation, java.lang.String attr)
           
 
Method Summary
 void addInternalOperation(InnerExtendedClientApplicationOperation internalOperation)
           
 org.w3c.dom.NodeList getExtendCode()
           
 java.lang.String getIdAttr()
           
 java.util.Vector getInternalOperations()
           
 java.lang.String getOperation()
           
 java.lang.String getParentAttr()
           
 int getType()
           
 boolean hasInternalOperations()
           
 void setExtendCode(org.w3c.dom.NodeList extendCode)
           
 void setIdAttr(java.lang.String idAttr)
           
 void setOperation(java.lang.String operation)
           
 void setParentAttr(java.lang.String parentAttr)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNIQUE_OP

public static final int UNIQUE_OP
See Also:
Constant Field Values

MANAGER_OP

public static final int MANAGER_OP
See Also:
Constant Field Values

type

protected int type

operation

protected java.lang.String operation

parentAttr

protected java.lang.String parentAttr

idAttr

protected java.lang.String idAttr

internalOperations

protected java.util.Vector internalOperations

extendCode

protected org.w3c.dom.NodeList extendCode
Constructor Detail

ExtendedClientApplicationOperation

public ExtendedClientApplicationOperation(int type,
                                          java.lang.String operation,
                                          java.lang.String attr)
Method Detail

getIdAttr

public java.lang.String getIdAttr()

setIdAttr

public void setIdAttr(java.lang.String idAttr)

getInternalOperations

public java.util.Vector getInternalOperations()

getOperation

public java.lang.String getOperation()

setOperation

public void setOperation(java.lang.String operation)

getParentAttr

public java.lang.String getParentAttr()

setParentAttr

public void setParentAttr(java.lang.String parentAttr)

getType

public int getType()

setType

public void setType(int type)

hasInternalOperations

public boolean hasInternalOperations()

addInternalOperation

public void addInternalOperation(InnerExtendedClientApplicationOperation internalOperation)

getExtendCode

public org.w3c.dom.NodeList getExtendCode()

setExtendCode

public void setExtendCode(org.w3c.dom.NodeList extendCode)

Ontimize