gov.sns.tools.pvlogger
Class PV

java.lang.Object
  |
  +--gov.sns.tools.pvlogger.PV

public class PV
extends java.lang.Object

PV


Field Summary
protected  java.lang.String _address
           
protected  long _id
           
 
Constructor Summary
PV(long id, java.lang.String address)
          Constructor
 
Method Summary
 long getId()
          Get the id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_id

protected long _id

_address

protected java.lang.String _address
Constructor Detail

PV

public PV(long id,
          java.lang.String address)
Constructor

Parameters:
id - the unique identifier
address - the PV address
Method Detail

getId

public long getId()
Get the id

Returns:
the id