public class

PropertyExpressionHolder

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

Summary

Fields
protected boolean _isTransientType
protected String _nameType
protected Object isTransient
protected Object name
Public Constructors
PropertyExpressionHolder()
Public Methods
Object getIsTransient()
Retrieves isTransient
Object getName()
Retrieves name
void setIsTransient(Object value)
Sets isTransient
void setName(Object value)
Sets name
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean _isTransientType

protected String _nameType

protected Object isTransient

protected Object name

Public Constructors

public PropertyExpressionHolder ()

Public Methods

public Object getIsTransient ()

Retrieves isTransient

public Object getName ()

Retrieves name

public void setIsTransient (Object value)

Sets isTransient

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set