org.exoplatform.applications.ooplugin.client
Class CommonProp
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyName
protected String propertyName
propertyValue
protected String propertyValue
status
protected int status
CommonProp
public CommonProp()
CommonProp
public CommonProp(String propertyName)
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
Copyright © 2014 eXo Platform SAS. All Rights Reserved.