2010-01-26 1.2.0

org.eclipse.soda.dk.rfid.write.profile
Class RfidWriteRequest

java.lang.Object
  extended by org.eclipse.soda.dk.rfid.write.profile.RfidWriteRequest

public class RfidWriteRequest
extends java.lang.Object

Since:
1.2
Version:
1.2.0

Field Summary
static int TASK_EXECUTE
          Define the task execute (int) constant.
static int TASK_SET_WRITEOPERATIONS
          Define the task set writeoperations (int) constant.
 
Constructor Summary
RfidWriteRequest(int taskType)
          Constructs an instance of this class from the specified task type parameter.
RfidWriteRequest(int taskType, java.lang.Object taskValue)
          Constructs an instance of this class from the specified task type and task value parameters.
 
Method Summary
 java.lang.String getTaskName()
          Gets the task name (String) value.
 int getTaskType()
          Gets the task type (int) value.
 java.lang.Object getTaskValue()
          Gets the task value (Object) value.
 java.lang.String toString()
          Returns the string value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TASK_EXECUTE

public static final int TASK_EXECUTE
Define the task execute (int) constant.

See Also:
Constant Field Values

TASK_SET_WRITEOPERATIONS

public static final int TASK_SET_WRITEOPERATIONS
Define the task set writeoperations (int) constant.

See Also:
Constant Field Values
Constructor Detail

RfidWriteRequest

public RfidWriteRequest(int taskType)
Constructs an instance of this class from the specified task type parameter.

Parameters:
taskType - The task type (int) parameter.
See Also:
RfidWriteRequest(int,Object)

RfidWriteRequest

public RfidWriteRequest(int taskType,
                        java.lang.Object taskValue)
Constructs an instance of this class from the specified task type and task value parameters.

Parameters:
taskType - The task type (int) parameter.
taskValue - The task value (Object) parameter.
See Also:
RfidWriteRequest(int)
Method Detail

getTaskName

public java.lang.String getTaskName()
Gets the task name (String) value.

Returns:
The task name (String) value.

getTaskType

public int getTaskType()
Gets the task type (int) value.

Returns:
The task type (int) value.

getTaskValue

public java.lang.Object getTaskValue()
Gets the task value (Object) value.

Returns:
The task value (Object) value.

toString

public java.lang.String toString()
Returns the string value.

Overrides:
toString in class java.lang.Object
Returns:
The string (String) value.

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.