|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.actions.MoveObject
public class MoveObject
| Field Summary | |
|---|---|
protected CmisExtensionType |
extension
Extension. |
protected String |
objectId
Object id. |
protected String |
repositoryId
Repository id. |
protected String |
sourceFolderId
Source folder id. |
protected String |
targetFolderId
Target folder id. |
| Constructor Summary | |
|---|---|
MoveObject()
|
|
| Method Summary | |
|---|---|
CmisExtensionType |
getExtension()
|
String |
getObjectId()
Gets the value of the objectId property. |
String |
getRepositoryId()
Gets the value of the repositoryId property. |
String |
getSourceFolderId()
Gets the value of the sourceFolderId property. |
String |
getTargetFolderId()
Gets the value of the targetFolderId property. |
void |
setExtension(CmisExtensionType value)
|
void |
setObjectId(String value)
Sets the value of the objectId property. |
void |
setRepositoryId(String value)
Sets the value of the repositoryId property. |
void |
setSourceFolderId(String value)
Sets the value of the sourceFolderId property. |
void |
setTargetFolderId(String value)
Sets the value of the targetFolderId 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 targetFolderId
protected String sourceFolderId
protected CmisExtensionType extension
| Constructor Detail |
|---|
public MoveObject()
| 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 getTargetFolderId()
Stringpublic void setTargetFolderId(String value)
value - allowed object is
Stringpublic String getSourceFolderId()
Stringpublic void setSourceFolderId(String value)
value - allowed object is
Stringpublic 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 | |||||||||