public class

MoveProfile

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

Class Overview

Java class for MoveProfile complex type.

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

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

Summary

Fields
protected boolean isNonCurrentObjectAllowed
Public Constructors
MoveProfile()
Public Methods
boolean isIsNonCurrentObjectAllowed()
Gets the value of the isNonCurrentObjectAllowed property.
void setIsNonCurrentObjectAllowed(boolean value)
Sets the value of the isNonCurrentObjectAllowed property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean isNonCurrentObjectAllowed

Public Constructors

public MoveProfile ()

Public Methods

public boolean isIsNonCurrentObjectAllowed ()

Gets the value of the isNonCurrentObjectAllowed property.

public void setIsNonCurrentObjectAllowed (boolean value)

Sets the value of the isNonCurrentObjectAllowed property.

Parameters
value