com.sap.caf.core.services.appsrv.doccontent

Class LockDocument

java.lang.Object
  extended by com.sap.caf.core.services.appsrv.doccontent.LockDocument
All Implemented Interfaces:
Serializable

public class LockDocument
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

rid

protected String rid

lockType

protected Integer lockType

lockScope

protected Integer lockScope

timeout

protected Integer timeout
Constructor Detail

LockDocument

public LockDocument()
Method Detail

getRid

public String getRid()
Gets the value of the rid property.

Returns:
possible object is String

setRid

public void setRid(String value)
Sets the value of the rid property.

Parameters:
value - allowed object is String

getLockType

public Integer getLockType()
Gets the value of the lockType property.

Returns:
possible object is Integer

setLockType

public void setLockType(Integer value)
Sets the value of the lockType property.

Parameters:
value - allowed object is Integer

getLockScope

public Integer getLockScope()
Gets the value of the lockScope property.

Returns:
possible object is Integer

setLockScope

public void setLockScope(Integer value)
Sets the value of the lockScope property.

Parameters:
value - allowed object is Integer

getTimeout

public Integer getTimeout()
Gets the value of the timeout property.

Returns:
possible object is Integer

setTimeout

public void setTimeout(Integer value)
Sets the value of the timeout property.

Parameters:
value - allowed object is Integer
Access Rights

This class can be accessed from:


SC DC
[sap.com] CAF [sap.com] caf/core/ear


Copyright 2010 SAP AG Complete Copyright Notice