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

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

public class UpdateProperties
extends Object

Created by The eXo Platform SAS.

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

Field Summary
protected  String changeToken
          Change token.
protected  CmisExtensionType extension
          Extension.
protected  String objectId
          Object id.
protected  CmisProperties properties
          Properties.
protected  String repositoryId
          Repository id.
 
Constructor Summary
UpdateProperties()
           
 
Method Summary
 String getChangeToken()
           
 CmisExtensionType getExtension()
           
 String getObjectId()
          Gets the value of the objectId property.
 CmisProperties getProperties()
          Gets the value of the properties property.
 String getRepositoryId()
          Gets the value of the repositoryId property.
 void setChangeToken(String value)
           
 void setExtension(CmisExtensionType value)
           
 void setObjectId(String value)
          Sets the value of the objectId property.
 void setProperties(CmisProperties value)
           
 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.


objectId

protected String objectId
Object id.


changeToken

protected String changeToken
Change token.


properties

protected CmisProperties properties
Properties.


extension

protected CmisExtensionType extension
Extension.

Constructor Detail

UpdateProperties

public UpdateProperties()
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

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

getChangeToken

public String getChangeToken()
Returns:
String

setChangeToken

public void setChangeToken(String value)
Parameters:
value - value

getProperties

public CmisProperties getProperties()
Gets the value of the properties property.

Returns:
possible object is CmisPropertiesType

setProperties

public void setProperties(CmisProperties value)
Parameters:
value - value

getExtension

public CmisExtensionType getExtension()
Returns:
CmisExtensionType

setExtension

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.