|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.caf.core.services.appsrv.doccontent.LockDocument
public class LockDocument
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lockType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="lockScope" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
lockScope
|
protected Integer |
lockType
|
protected String |
rid
|
protected Integer |
timeout
|
| Constructor Summary | |
|---|---|
LockDocument()
|
|
| Method Summary | |
|---|---|
Integer |
getLockScope()
Gets the value of the lockScope property. |
Integer |
getLockType()
Gets the value of the lockType property. |
String |
getRid()
Gets the value of the rid property. |
Integer |
getTimeout()
Gets the value of the timeout property. |
void |
setLockScope(Integer value)
Sets the value of the lockScope property. |
void |
setLockType(Integer value)
Sets the value of the lockType property. |
void |
setRid(String value)
Sets the value of the rid property. |
void |
setTimeout(Integer value)
Sets the value of the timeout property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String rid
protected Integer lockType
protected Integer lockScope
protected Integer timeout
| Constructor Detail |
|---|
public LockDocument()
| Method Detail |
|---|
public String getRid()
Stringpublic void setRid(String value)
value - allowed object is
Stringpublic Integer getLockType()
Integerpublic void setLockType(Integer value)
value - allowed object is
Integerpublic Integer getLockScope()
Integerpublic void setLockScope(Integer value)
value - allowed object is
Integerpublic Integer getTimeout()
Integerpublic void setTimeout(Integer value)
value - allowed object is
Integer| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] CAF
|
[sap.com] caf/core/ear
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||