com.ptc.wvs.client.beans
Class Doc

java.lang.Object
  extended bycom.ptc.wvs.client.beans.Doc

public class Doc
extends Object


Field Summary
private  String ErrorPrefix
           
private  String result
           
private static boolean SERVER
           
private static String SERVER_CLASS
           
private static boolean VERBOSE
           
private  String viewStyle
           
private static WVSProperties wvsProperties
           
 
Constructor Summary
Doc()
           
 
Method Summary
 boolean getDocumentStructure(String WCID)
          Gets the document structure

Supported API: false
 String getResult()
           
 String getViewStyle()
           
 boolean isVerbose()
           
 void setResult(String answer)
           
 void setViewStyle(String answer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_CLASS

private static final String SERVER_CLASS

SERVER

private static final boolean SERVER

ErrorPrefix

private final String ErrorPrefix
See Also:
Constant Field Values

result

private String result

viewStyle

private String viewStyle

wvsProperties

private static WVSProperties wvsProperties

VERBOSE

private static boolean VERBOSE
Constructor Detail

Doc

public Doc()
Method Detail

isVerbose

public boolean isVerbose()

getResult

public String getResult()

setResult

public void setResult(String answer)

getViewStyle

public String getViewStyle()

setViewStyle

public void setViewStyle(String answer)

getDocumentStructure

public boolean getDocumentStructure(String WCID)
Gets the document structure

Supported API: false

Parameters:
WCID - The object reference of the WTDocument
Returns:
boolean success if true