2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.helper
Class EpcglobalLlrpWriteData

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.helper.EpcglobalLlrpWriteData

public class EpcglobalLlrpWriteData
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Field Summary
static int DEFAULT_PASSWORD
          Define the default password (int) constant.
static int DEFAULT_WORDPOINTER
          Define the default wordpointer (int) constant.
 
Constructor Summary
EpcglobalLlrpWriteData(int memoryBank, int password, int wordPointer, java.lang.String writeData)
          Constructs an instance of this class from the specified memory bank, password, word pointer and write data parameters.
EpcglobalLlrpWriteData(int memoryBank, int wordPointer, java.lang.String writeData)
          Constructs an instance of this class from the specified memory bank, word pointer and write data parameters.
EpcglobalLlrpWriteData(int memoryBank, java.lang.String writeData)
          Constructs an instance of this class from the specified memory bank and write data parameters.
 
Method Summary
 int getMemoryBank()
          Gets the memory bank (int) value.
 int getPassword()
          Gets the password (int) value.
 int getWordPointer()
          Gets the word pointer (int) value.
 java.lang.String getWriteData()
          Gets the write data (String) value.
 void setMemoryBank(int memoryBank)
          Sets the memory bank value.
 void setPassword(int password)
          Sets the password value.
 void setWordPointer(int wordPointer)
          Sets the word pointer value.
 void setWriteData(java.lang.String writeData)
          Sets the write data value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PASSWORD

public static final int DEFAULT_PASSWORD
Define the default password (int) constant.

See Also:
Constant Field Values

DEFAULT_WORDPOINTER

public static final int DEFAULT_WORDPOINTER
Define the default wordpointer (int) constant.

See Also:
Constant Field Values
Constructor Detail

EpcglobalLlrpWriteData

public EpcglobalLlrpWriteData(int memoryBank,
                              java.lang.String writeData)
Constructs an instance of this class from the specified memory bank and write data parameters.

Parameters:
memoryBank - The memory bank (int) parameter.
writeData - The write data (String) parameter.
See Also:
EpcglobalLlrpWriteData(int,int,String), EpcglobalLlrpWriteData(int,int,int,String)

EpcglobalLlrpWriteData

public EpcglobalLlrpWriteData(int memoryBank,
                              int wordPointer,
                              java.lang.String writeData)
Constructs an instance of this class from the specified memory bank, word pointer and write data parameters.

Parameters:
memoryBank - The memory bank (int) parameter.
wordPointer - The word pointer (int) parameter.
writeData - The write data (String) parameter.
See Also:
EpcglobalLlrpWriteData(int,String), EpcglobalLlrpWriteData(int,int,int,String)

EpcglobalLlrpWriteData

public EpcglobalLlrpWriteData(int memoryBank,
                              int password,
                              int wordPointer,
                              java.lang.String writeData)
Constructs an instance of this class from the specified memory bank, password, word pointer and write data parameters.

Parameters:
memoryBank - The memory bank (int) parameter.
password - The password (int) parameter.
wordPointer - The word pointer (int) parameter.
writeData - The write data (String) parameter.
See Also:
EpcglobalLlrpWriteData(int,String), EpcglobalLlrpWriteData(int,int,String)
Method Detail

getMemoryBank

public int getMemoryBank()
Gets the memory bank (int) value.

Returns:
The memory bank (int) value.
See Also:
setMemoryBank(int)

getPassword

public int getPassword()
Gets the password (int) value.

Returns:
The password (int) value.
See Also:
setPassword(int)

getWordPointer

public int getWordPointer()
Gets the word pointer (int) value.

Returns:
The word pointer (int) value.
See Also:
setWordPointer(int)

getWriteData

public java.lang.String getWriteData()
Gets the write data (String) value.

Returns:
The write data (String) value.
See Also:
EpcglobalLlrpWriteData(int,String), EpcglobalLlrpWriteData(int,int,String), EpcglobalLlrpWriteData(int,int,int,String), setWriteData(String)

setMemoryBank

public void setMemoryBank(int memoryBank)
Sets the memory bank value.

Parameters:
memoryBank - The memory bank (int) parameter.
See Also:
getMemoryBank()

setPassword

public void setPassword(int password)
Sets the password value.

Parameters:
password - The password (int) parameter.
See Also:
getPassword()

setWordPointer

public void setWordPointer(int wordPointer)
Sets the word pointer value.

Parameters:
wordPointer - The word pointer (int) parameter.
See Also:
getWordPointer()

setWriteData

public void setWriteData(java.lang.String writeData)
Sets the write data value.

Parameters:
writeData - The write data (String) parameter.
See Also:
EpcglobalLlrpWriteData(int,String), EpcglobalLlrpWriteData(int,int,String), EpcglobalLlrpWriteData(int,int,int,String), getWriteData()

2009-10-01 1.2.0

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