org.xcmis.client.gwt.object.impl
Class CmisPolicyImpl

java.lang.Object
  extended by org.xcmis.client.gwt.object.impl.CmisObjectImpl
      extended by org.xcmis.client.gwt.object.impl.CmisPolicyImpl
All Implemented Interfaces:
CmisObject, CmisPolicy

public class CmisPolicyImpl
extends CmisObjectImpl
implements CmisPolicy

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
CmisPolicyImpl(CmisObject object, String policyText)
           
 
Method Summary
 String getPolicyText()
           
 void setPolicyText(String policyText)
           
 
Methods inherited from class org.xcmis.client.gwt.object.impl.CmisObjectImpl
getACL, getAllowableActions, getChangeInfo, getObjectInfo, getPathSegment, getPolicyIds, getProperties, getRelationship, getRenditions, isExactACL, setAllowableActions, setChangeInfo, setExactACL, setObjectInfo, setPathSegment, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xcmis.client.gwt.object.CmisObject
getACL, getAllowableActions, getChangeInfo, getObjectInfo, getPathSegment, getPolicyIds, getProperties, getRelationship, getRenditions, isExactACL, setAllowableActions, setChangeInfo, setExactACL, setObjectInfo, setPathSegment, setProperties
 

Constructor Detail

CmisPolicyImpl

public CmisPolicyImpl(CmisObject object,
                      String policyText)
Method Detail

getPolicyText

public String getPolicyText()
Specified by:
getPolicyText in interface CmisPolicy
Returns:
String policy text
See Also:
CmisPolicy.getPolicyText()

setPolicyText

public void setPolicyText(String policyText)
Specified by:
setPolicyText in interface CmisPolicy
Parameters:
policyText - policy text
See Also:
CmisPolicy.setPolicyText(java.lang.String)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.