public class

PermissionExpressionHolder

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

Summary

Fields
protected String _nameType
protected PermissionType _typeType
protected Object name
protected Object type
Public Constructors
PermissionExpressionHolder()
Public Methods
Object getName()
Retrieves name
Object getType()
Retrieves type
void setName(Object value)
Sets name
void setType(Object value)
Sets type
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _nameType

protected PermissionType _typeType

protected Object name

protected Object type

Public Constructors

public PermissionExpressionHolder ()

Public Methods

public Object getName ()

Retrieves name

public Object getType ()

Retrieves type

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set