eXo JCR :: Open Office WebDav plugin 1.15.8-GA

org.exoplatform.applications.ooplugin.client
Class CommonProp

java.lang.Object
  extended by org.exoplatform.applications.ooplugin.client.CommonProp
All Implemented Interfaces:
PropApi
Direct Known Subclasses:
ContentLengthProp, CreationDateProp, CreatorDisplayNameProp, DisplayNameProp, LastModifiedProp, ResourceTypeProp, VersionNameProp

public class CommonProp
extends Object
implements PropApi

Created by The eXo Platform SAS Author.

Version:
$Id: $
Author:
Vitaly Guly

Field Summary
protected  String propertyName
           
protected  String propertyValue
           
protected  int status
           
 
Constructor Summary
CommonProp()
           
CommonProp(String propertyName)
           
 
Method Summary
 String getName()
           
 int getStatus()
           
 String getValue()
           
 boolean init(Node node)
           
 void setStatus(int status)
           
 void setStatus(String httpStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyName

protected String propertyName

propertyValue

protected String propertyValue

status

protected int status
Constructor Detail

CommonProp

public CommonProp()

CommonProp

public CommonProp(String propertyName)
Method Detail

setStatus

public void setStatus(String httpStatus)
Specified by:
setStatus in interface PropApi

setStatus

public void setStatus(int status)
Specified by:
setStatus in interface PropApi

getStatus

public int getStatus()
Specified by:
getStatus in interface PropApi

getName

public String getName()
Specified by:
getName in interface PropApi

getValue

public String getValue()
Specified by:
getValue in interface PropApi

init

public boolean init(Node node)
Specified by:
init in interface PropApi

eXo JCR :: Open Office WebDav plugin 1.15.8-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.