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

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

public class CheckIn
extends Object

Version:
$Id:
Author:

Field Summary
protected  AccessControlList addACEs
          Add ACEs.
protected  String checkinComment
          Checkin comment.
protected  CmisContentStreamType contentStream
          Content stream.
protected  CmisExtensionType extension
          Extension.
protected  boolean major
          Major.
protected  String objectId
          Object id.
protected  List<String> policies
          Policies.
protected  CmisProperties properties
          Properties.
protected  AccessControlList removeACEs
          Remove ACEs.
protected  String repositoryId
          Repository id.
 
Constructor Summary
CheckIn()
           
 
Method Summary
 AccessControlList getAddACEs()
           
 String getCheckinComment()
           
 CmisContentStreamType getContentStream()
           
 CmisExtensionType getExtension()
           
 boolean getMajor()
           
 String getObjectId()
          Gets the value of the objectId property.
 List<String> getPolicies()
           
 CmisProperties getProperties()
           
 AccessControlList getRemoveACEs()
           
 String getRepositoryId()
          Gets the value of the repositoryId property.
 void setAddACEs(AccessControlList value)
           
 void setCheckinComment(String value)
           
 void setContentStream(CmisContentStreamType value)
           
 void setExtension(CmisExtensionType value)
           
 void setMajor(boolean value)
           
 void setObjectId(String value)
          Sets the value of the objectId property.
 void setProperties(CmisProperties value)
           
 void setRemoveACEs(AccessControlList 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.


major

protected boolean major
Major.


properties

protected CmisProperties properties
Properties.


contentStream

protected CmisContentStreamType contentStream
Content stream.


checkinComment

protected String checkinComment
Checkin comment.


policies

protected List<String> policies
Policies.


addACEs

protected AccessControlList addACEs
Add ACEs.


removeACEs

protected AccessControlList removeACEs
Remove ACEs.


extension

protected CmisExtensionType extension
Extension.

Constructor Detail

CheckIn

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

getMajor

public boolean getMajor()
Returns:
boolean

setMajor

public void setMajor(boolean value)
Parameters:
value - value

getProperties

public CmisProperties getProperties()
Returns:
CmisProperties

setProperties

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

getContentStream

public CmisContentStreamType getContentStream()
Returns:
CmisContentStreamType

setContentStream

public void setContentStream(CmisContentStreamType value)
Parameters:
value - value

getCheckinComment

public String getCheckinComment()
Returns:
String

setCheckinComment

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

getPolicies

public List<String> getPolicies()
Returns:
List containig String

getAddACEs

public AccessControlList getAddACEs()
Returns:
AccessControlList

setAddACEs

public void setAddACEs(AccessControlList value)
Parameters:
value - value

getRemoveACEs

public AccessControlList getRemoveACEs()
Returns:
AccessControlList

setRemoveACEs

public void setRemoveACEs(AccessControlList 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.