issrg.SAWS
Class RecordBlock

java.lang.Object
  extended by issrg.SAWS.RecordBlock

public class RecordBlock
extends java.lang.Object

Author:
W.Xu

Field Summary
 byte[] messageBlock
           
 byte userID
           
 
Constructor Summary
RecordBlock()
          Creates a new instance of RecordBlock
RecordBlock(byte[] messageBlock, byte userID)
           
 
Method Summary
 byte[] getRecord()
           
 byte getUserID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageBlock

public byte[] messageBlock

userID

public byte userID
Constructor Detail

RecordBlock

public RecordBlock()
Creates a new instance of RecordBlock


RecordBlock

public RecordBlock(byte[] messageBlock,
                   byte userID)
Method Detail

getRecord

public byte[] getRecord()

getUserID

public byte getUserID()