com.ontimize.util.extend
Class ExtendedClientApplicationOperation
java.lang.Object
com.ontimize.util.extend.ExtendedClientApplicationOperation
- public class ExtendedClientApplicationOperation
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ExtendedClientApplicationOperation
public ExtendedClientApplicationOperation(int type,
java.lang.String operation,
java.lang.String attr)
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)