nl.buildersenperformers.chydav
Class ChyStoredObject

java.lang.Object
  extended by nl.buildersenperformers.chydav.ChyStoredObject

public class ChyStoredObject
extends Object


Constructor Summary
ChyStoredObject(StoredObject pObj)
           
 
Method Summary
 void childAdd(String key, StoredObject obj)
           
 StoredObject childGet(String key)
           
 StoredObject get(String path)
           
 String getBaseUrl()
           
 Map<String,StoredObject> getChilds()
           
 CheyenneServerContent getChyCont()
           
 String getDocId()
           
 String getNewVersionUrl()
           
 String getObjName()
           
 String getSession()
           
 StoredObject objGet()
           
 void setBaseUrl(String pBaseUrl)
           
 void setChyCont(CheyenneServerContent chyCont)
           
 void setDocId(String pDocId)
           
 void setNewVersionUrl(String pNewVersionUrl)
           
 void setObjName(String pObjName)
           
 void setSession(String pSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChyStoredObject

public ChyStoredObject(StoredObject pObj)
Method Detail

getNewVersionUrl

public String getNewVersionUrl()
Returns:
the newVersionUrl

setNewVersionUrl

public void setNewVersionUrl(String pNewVersionUrl)
Parameters:
pNewVersionUrl - the newVersionUrl to set

getDocId

public String getDocId()
Returns:
the docId

setDocId

public void setDocId(String pDocId)
Parameters:
pDocId - the docId to set

getChyCont

public CheyenneServerContent getChyCont()

setChyCont

public void setChyCont(CheyenneServerContent chyCont)

getSession

public String getSession()
Returns:
the session

setSession

public void setSession(String pSession)
Parameters:
pSession - the session to set

getBaseUrl

public String getBaseUrl()
Returns:
the baseUrl

setBaseUrl

public void setBaseUrl(String pBaseUrl)
Parameters:
pBaseUrl - the baseUrl to set

getObjName

public String getObjName()
Returns:
the objName

setObjName

public void setObjName(String pObjName)
Parameters:
pObjName - the objName to set

objGet

public StoredObject objGet()

childGet

public StoredObject childGet(String key)

childAdd

public void childAdd(String key,
                     StoredObject obj)

getChilds

public Map<String,StoredObject> getChilds()

get

public StoredObject get(String path)


Copyright © 2013 KnowledgePlaza. All Rights Reserved.