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

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

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

Fields in org.apache.wink.webdav.model declared as Owner
protected  Owner Activelock.owner
           
protected  Owner Lockinfo.owner
           
 

Methods in org.apache.wink.webdav.model that return Owner
 Owner ObjectFactory.createOwner()
          Create an instance of Owner
 Owner Activelock.getOwner()
          Gets the value of the owner property.
 Owner Lockinfo.getOwner()
          Gets the value of the owner property.
 

Methods in org.apache.wink.webdav.model with parameters of type Owner
 void Activelock.setOwner(Owner value)
          Sets the value of the owner property.
 void Lockinfo.setOwner(Owner value)
          Sets the value of the owner property.
 



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