org.xcmis.client.gwt.model.actions
Class RemovePolicy

java.lang.Object
  extended by org.xcmis.client.gwt.model.actions.RemovePolicy

public class RemovePolicy
extends Object

Version:
$Id:
Author:

Field Summary
protected  CmisExtensionType extension
          Extension.
protected  String objectId
          Object id.
protected  String policyId
          Policy id.
protected  String repositoryId
          Repository id.
 
Constructor Summary
RemovePolicy()
           
 
Method Summary
 CmisExtensionType getExtension()
           
 String getObjectId()
          Gets the value of the objectId property.
 String getPolicyId()
          Gets the value of the policyId property.
 String getRepositoryId()
          Gets the value of the repositoryId property.
 void setExtension(CmisExtensionType value)
           
 void setObjectId(String value)
          Sets the value of the objectId property.
 void setPolicyId(String value)
          Sets the value of the policyId property.
 void setRepositoryId(String value)
          Sets the value of the repositoryId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryId

protected String repositoryId
Repository id.


policyId

protected String policyId
Policy id.


objectId

protected String objectId
Object id.


extension

protected CmisExtensionType extension
Extension.

Constructor Detail

RemovePolicy

public RemovePolicy()
Method Detail

getRepositoryId

public String getRepositoryId()
Gets the value of the repositoryId property.

Returns:
possible object is String

setRepositoryId

public void setRepositoryId(String value)
Sets the value of the repositoryId property.

Parameters:
value - allowed object is String

getPolicyId

public String getPolicyId()
Gets the value of the policyId property.

Returns:
possible object is String

setPolicyId

public void setPolicyId(String value)
Sets the value of the policyId property.

Parameters:
value - allowed object is String

getObjectId

public String getObjectId()
Gets the value of the objectId property.

Returns:
possible object is String

setObjectId

public void setObjectId(String value)
Sets the value of the objectId property.

Parameters:
value - allowed object is String

getExtension

public CmisExtensionType getExtension()
Returns:
CmisExtensionType

setExtension

public void setExtension(CmisExtensionType value)
Parameters:
value - value


Copyright © 2010 eXo Platform SAS. All Rights Reserved.