Uses of Class
org.apache.wink.webdav.model.Locktoken

Packages that use Locktoken
org.apache.wink.webdav.model Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Locktoken in org.apache.wink.webdav.model
 

Fields in org.apache.wink.webdav.model declared as Locktoken
protected  Locktoken Activelock.locktoken
           
 

Methods in org.apache.wink.webdav.model that return Locktoken
 Locktoken ObjectFactory.createLocktoken()
          Create an instance of Locktoken
 Locktoken Activelock.getLocktoken()
          Gets the value of the locktoken property.
 

Methods in org.apache.wink.webdav.model with parameters of type Locktoken
 void Activelock.setLocktoken(Locktoken value)
          Sets the value of the locktoken property.
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.