public class

QualificationExpressionHolder

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.holders.QualificationExpressionHolder

Summary

Fields
protected String _objectTypeType
protected QualificationValueType _qualificationValueTypeType
protected String _stringType
protected Object objectType
protected Object qualificationValueType
protected Object string
Public Constructors
QualificationExpressionHolder()
Public Methods
Object getObjectType()
Retrieves objectType
Object getQualificationValueType()
Retrieves qualificationValueType
Object getString()
Retrieves string
void setObjectType(Object value)
Sets objectType
void setQualificationValueType(Object value)
Sets qualificationValueType
void setString(Object value)
Sets string
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _objectTypeType

protected QualificationValueType _qualificationValueTypeType

protected String _stringType

protected Object objectType

protected Object qualificationValueType

protected Object string

Public Constructors

public QualificationExpressionHolder ()

Public Methods

public Object getObjectType ()

Retrieves objectType

public Object getQualificationValueType ()

Retrieves qualificationValueType

public Object getString ()

Retrieves string

public void setObjectType (Object value)

Sets objectType

Parameters
value Value to set

public void setQualificationValueType (Object value)

Sets qualificationValueType

Parameters
value Value to set

public void setString (Object value)

Sets string

Parameters
value Value to set