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

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

public class CheckOut
extends Object

Created by The eXo Platform SAS.

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

Field Summary
protected  String objectId
           
protected  String repositoryId
           
 
Constructor Summary
CheckOut()
           
 
Method Summary
 String getObjectId()
          Gets the value of the objectId property.
 String getRepositoryId()
          Gets the value of the repositoryId property.
 void setObjectId(String value)
          Sets the value of the objectId 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

objectId

protected String objectId
Constructor Detail

CheckOut

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.