com.tensegrity.palowebviewer.modules.paloclient.client
Class XSubset

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.paloclient.client.XObject
      extended by com.tensegrity.palowebviewer.modules.paloclient.client.XSubset
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, IXConsts

public class XSubset
extends XObject


Field Summary
 
Fields inherited from class com.tensegrity.palowebviewer.modules.paloclient.client.XObject
NEW_ID
 
Fields inherited from interface com.tensegrity.palowebviewer.modules.paloclient.client.IXConsts
MAX_TYPE_ID, TYPE_AXIS, TYPE_CONSOLIDATED_ELEMENT, TYPE_CUBE, TYPE_DATABASE, TYPE_DIMENSION, TYPE_ELEMENT, TYPE_ELEMENT_NODE, TYPE_NAME_AXIS, TYPE_NAME_CONSOLIDATED_ELEMENT, TYPE_NAME_CUBE, TYPE_NAME_DATABASE, TYPE_NAME_DIMENSION, TYPE_NAME_ELEMENT, TYPE_NAME_ELEMENT_NODE, TYPE_NAME_ROOT, TYPE_NAME_SERVER, TYPE_NAME_SUBSET, TYPE_NAME_VIEW, TYPE_ROOT, TYPE_SERVER, TYPE_SUBSET, TYPE_VIEW, XPATH_FIELD_SEPARATOR, XPATH_SEPARATOR
 
Constructor Summary
XSubset()
           
XSubset(java.lang.String id, java.lang.String name, XElementNode[] nodes)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 boolean equals(XSubset subset)
           
 XElementNode[] getNodes()
           
 IXSubsetType getType()
           
 int getTypeID()
           
 void set(XObject object)
          copies fields of object to this.
 void setNodes(XElementNode[] nodes)
           
 void setType(IXSubsetType type)
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.paloclient.client.XObject
constructPath, equals, getId, getName, getNativeObject, getParent, getPathArray, hashCode, setId, setName, setNativeObject, setParent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSubset

public XSubset()

XSubset

public XSubset(java.lang.String id,
               java.lang.String name,
               XElementNode[] nodes)
Method Detail

getNodes

public XElementNode[] getNodes()

setNodes

public void setNodes(XElementNode[] nodes)

set

public void set(XObject object)
Description copied from class: XObject
copies fields of object to this. Parent object is copied too.

Overrides:
set in class XObject

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class XObject

equals

public boolean equals(XSubset subset)

getTypeID

public int getTypeID()
Specified by:
getTypeID in class XObject

getType

public IXSubsetType getType()

setType

public void setType(IXSubsetType type)