pops.ale.engine.input
Class Tag

java.lang.Object
  extended by pops.ale.engine.input.Tag

public class Tag
extends java.lang.Object

A tag wrapper.

Author:
rdagher

Constructor Summary
Tag()
           
 
Method Summary
 byte[] getId()
          Getter for id
 long getTimestamp()
          Getter for timestamp
 void setId(byte[] id)
          Setter for id
 void setTimestamp(long timestamp)
          Setter for timestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Method Detail

getId

public byte[] getId()
Getter for id

Returns:
the id

getTimestamp

public long getTimestamp()
Getter for timestamp

Returns:
the timestamp

setId

public void setId(byte[] id)
Setter for id

Parameters:
id - the value to set

setTimestamp

public void setTimestamp(long timestamp)
Setter for timestamp

Parameters:
timestamp - the value to set