Class TrafficAmountKey
java.lang.Object
ru.bitel.bgbilling.apps.inet.accounting.bean.TrafficAmountKey
public class TrafficAmountKey
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
deviceId
int
trafficTypeId
-
Constructor Summary
Constructors Modifier Constructor Description protected
TrafficAmountKey()
TrafficAmountKey(int trafficTypeId, int deviceId)
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
trafficTypeId
public final int trafficTypeId -
deviceId
public final int deviceId
-
-
Constructor Details
-
TrafficAmountKey
protected TrafficAmountKey() -
TrafficAmountKey
public TrafficAmountKey(int trafficTypeId, int deviceId)
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-