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