Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / UsrHistoryEntryImpl.java
1 /*
2  * This Java file has been generated by smidump 0.4.5. It
3  * is intended to be edited by the application programmer and
4  * to be used within a Java AgentX sub-agent environment.
5  *
6  * $Id: UsrHistoryEntryImpl.java 4432 2006-05-29 16:21:11Z strauss $
7  */
8
9 /**
10     This class extends the Java AgentX (JAX) implementation of
11     the table row usrHistoryEntry defined in RMON2-MIB.
12  */
13
14 import jax.AgentXOID;
15 import jax.AgentXSetPhase;
16 import jax.AgentXResponsePDU;
17 import jax.AgentXEntry;
18
19 public class UsrHistoryEntryImpl extends UsrHistoryEntry
20 {
21
22     // constructor
23     public UsrHistoryEntryImpl(int usrHistoryControlIndex,
24                            int usrHistorySampleIndex,
25                            int usrHistoryObjectIndex)
26     {
27         super(usrHistoryControlIndex,
28                  usrHistorySampleIndex,
29                  usrHistoryObjectIndex);
30     }
31
32     public long get_usrHistoryIntervalStart()
33     {
34         return usrHistoryIntervalStart;
35     }
36
37     public long get_usrHistoryIntervalEnd()
38     {
39         return usrHistoryIntervalEnd;
40     }
41
42     public long get_usrHistoryAbsValue()
43     {
44         return usrHistoryAbsValue;
45     }
46
47     public int get_usrHistoryValStatus()
48     {
49         return usrHistoryValStatus;
50     }
51
52 }
53