|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.ObjectGroup.ResourceContainerInfo
Used for values of the _resetCheck field.
Field Summary | |
protected java.lang.String |
_containerId
if this is a virtual organization, this attribute will be the unique id (distinguished name) of the container it represents in the directory resource referenced by _resourceRef. |
protected java.lang.String |
_containerType
if this is a virtual organization, this attribute will be the type of the container it is in the directory resource referenced by _resourceRef. |
protected boolean |
_junction
if this is a virtual organization, this attribute will specify if it represents the base context (root) of the directory resource referenced by _resourceRef. |
protected ObjectRef |
_resourceRef
if this is a virtual organization, this attribute will be an object ref to an existing Resource whose type is one of the supported directory resource types (e.g. |
Constructor Summary | |
ObjectGroup.ResourceContainerInfo()
|
|
ObjectGroup.ResourceContainerInfo(org.w3c.dom.Element e)
|
|
ObjectGroup.ResourceContainerInfo(ObjectGroup.ResourceContainerInfo src)
|
Method Summary | |
java.lang.String |
getContainerId()
|
java.lang.String |
getContainerType()
|
java.lang.String |
getResourceName()
|
ObjectRef |
getResourceRef()
|
boolean |
isJunction()
|
void |
setContainerId(java.lang.String containerId)
|
void |
setContainerType(java.lang.String containerType)
|
void |
setJunction(boolean junction)
|
void |
setResource(Resource resource)
|
void |
setResourceRef(ObjectRef resourceRef)
|
void |
toXml(java.lang.StringBuffer b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean _junction
protected ObjectRef _resourceRef
protected java.lang.String _containerId
protected java.lang.String _containerType
Constructor Detail |
public ObjectGroup.ResourceContainerInfo()
public ObjectGroup.ResourceContainerInfo(org.w3c.dom.Element e) throws WavesetException
public ObjectGroup.ResourceContainerInfo(ObjectGroup.ResourceContainerInfo src) throws WavesetException
Method Detail |
public boolean isJunction()
public void setJunction(boolean junction)
public ObjectRef getResourceRef()
public java.lang.String getResourceName()
public void setResourceRef(ObjectRef resourceRef)
public void setResource(Resource resource)
public java.lang.String getContainerId()
public void setContainerId(java.lang.String containerId)
public java.lang.String getContainerType()
public void setContainerType(java.lang.String containerType)
public void toXml(java.lang.StringBuffer b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |