public class

CheckinProfile

extends Profile
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.profiles.Profile
     ↳ com.emc.documentum.fs.datamodel.core.profiles.CheckinProfile

Class Overview

Java class for CheckinProfile complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CheckinProfile">
   <complexContent>
     <extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
       <sequence>
       </sequence>
       <attribute name="deleteLocalFileHint" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="makeCurrent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="checkinOnlyVDMRoot" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean checkinOnlyVDMRoot
protected boolean deleteLocalFileHint
protected boolean makeCurrent
Public Constructors
CheckinProfile()
Public Methods
boolean isCheckinOnlyVDMRoot()
Gets the value of the checkinOnlyVDMRoot property.
boolean isDeleteLocalFileHint()
Gets the value of the deleteLocalFileHint property.
boolean isMakeCurrent()
Gets the value of the makeCurrent property.
void setCheckinOnlyVDMRoot(boolean value)
Sets the value of the checkinOnlyVDMRoot property.
void setDeleteLocalFileHint(boolean value)
Sets the value of the deleteLocalFileHint property.
void setMakeCurrent(boolean value)
Sets the value of the makeCurrent property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean checkinOnlyVDMRoot

protected boolean deleteLocalFileHint

protected boolean makeCurrent

Public Constructors

public CheckinProfile ()

Public Methods

public boolean isCheckinOnlyVDMRoot ()

Gets the value of the checkinOnlyVDMRoot property.

public boolean isDeleteLocalFileHint ()

Gets the value of the deleteLocalFileHint property.

public boolean isMakeCurrent ()

Gets the value of the makeCurrent property.

public void setCheckinOnlyVDMRoot (boolean value)

Sets the value of the checkinOnlyVDMRoot property.

Parameters
value

public void setDeleteLocalFileHint (boolean value)

Sets the value of the deleteLocalFileHint property.

Parameters
value

public void setMakeCurrent (boolean value)

Sets the value of the makeCurrent property.

Parameters
value