|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.actions.UpdateProperties
public class UpdateProperties
Created by The eXo Platform SAS.
| 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 |
|---|
protected String repositoryId
protected String objectId
protected String changeToken
protected CmisProperties properties
protected CmisExtensionType extension
| Constructor Detail |
|---|
public UpdateProperties()
| Method Detail |
|---|
public String getRepositoryId()
Stringpublic void setRepositoryId(String value)
value - allowed object is
Stringpublic String getObjectId()
Stringpublic void setObjectId(String value)
value - allowed object is
Stringpublic String getChangeToken()
public void setChangeToken(String value)
value - valuepublic CmisProperties getProperties()
CmisPropertiesType public void setProperties(CmisProperties value)
value - valuepublic CmisExtensionType getExtension()
CmisExtensionTypepublic void setExtension(CmisExtensionType value)
value - value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||