public class

RemoteSchemeExpressionHolder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.holders.RemoteSchemeExpressionHolder

Summary

Fields
protected String _descriptionType
protected Long _idType
protected String _nameType
protected String _typeType
protected Object description
protected Object id
protected Object name
protected Object type
Public Constructors
RemoteSchemeExpressionHolder()
Public Methods
Object getDescription()
Retrieves description
Object getId()
Retrieves id
Object getName()
Retrieves name
Object getType()
Retrieves type
void setDescription(Object value)
Sets description
void setId(Object value)
Sets id
void setName(Object value)
Sets name
void setType(Object value)
Sets type
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _descriptionType

protected Long _idType

protected String _nameType

protected String _typeType

protected Object description

protected Object id

protected Object name

protected Object type

Public Constructors

public RemoteSchemeExpressionHolder ()

Public Methods

public Object getDescription ()

Retrieves description

public Object getId ()

Retrieves id

public Object getName ()

Retrieves name

public Object getType ()

Retrieves type

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set