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

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    int hashCode()  

    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 class java.lang.Object
    • equals

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