public class

OrganizationObjectIDTypeExpressionHolder

extends Object
java.lang.Object
   ↳ workday.com.bsvc.holders.OrganizationObjectIDTypeExpressionHolder

Summary

Fields
protected String _typeType
protected String _valueType
protected Object type
protected Object value
Public Constructors
OrganizationObjectIDTypeExpressionHolder()
Public Methods
Object getType()
Retrieves type
Object getValue()
Retrieves value
void setType(Object value)
Sets type
void setValue(Object value)
Sets value
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _typeType

protected String _valueType

protected Object type

protected Object value

Public Constructors

public OrganizationObjectIDTypeExpressionHolder ()

Public Methods

public Object getType ()

Retrieves type

public Object getValue ()

Retrieves value

public void setType (Object value)

Sets type

Parameters
value Value to set

public void setValue (Object value)

Sets value

Parameters
value Value to set