org.netserv.ipauth.impl
Class UdhcpLease

java.lang.Object
  extended by org.netserv.ipauth.impl.UdhcpLease

public class UdhcpLease
extends java.lang.Object

Author:
allents

Field Summary
 byte[] chaddr
           
 byte[] expires
           
 byte[] xid
           
 byte[] yaddr
           
 
Constructor Summary
UdhcpLease(byte[] xid, byte[] chaddr, byte[] yaddr, byte[] expires)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chaddr

public byte[] chaddr

expires

public byte[] expires

xid

public byte[] xid

yaddr

public byte[] yaddr
Constructor Detail

UdhcpLease

public UdhcpLease(byte[] xid,
                  byte[] chaddr,
                  byte[] yaddr,
                  byte[] expires)
Parameters:
xid -
chaddr -
yaddr -
expires -
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object