Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / IfJackEntry.java
1 /*
2  * This Java file has been generated by smidump 0.4.5. Do not edit!
3  * It is intended to be used within a Java AgentX sub-agent environment.
4  *
5  * $Id: IfJackEntry.java 4432 2006-05-29 16:21:11Z strauss $
6  */
7
8 /**
9     This class represents a Java AgentX (JAX) implementation of
10     the table row ifJackEntry defined in MAU-MIB.
11
12     @version 1
13     @author  smidump 0.4.5
14     @see     AgentXTable, AgentXEntry
15  */
16
17 import jax.AgentXOID;
18 import jax.AgentXSetPhase;
19 import jax.AgentXResponsePDU;
20 import jax.AgentXEntry;
21
22 public class IfJackEntry extends AgentXEntry
23 {
24
25     protected int ifJackIndex = 0;
26     protected int ifJackType = 0;
27     // foreign indices
28     protected int ifMauIfIndex;
29     protected int ifMauIndex;
30
31     public IfJackEntry(int ifMauIfIndex,
32                        int ifMauIndex,
33                        int ifJackIndex)
34     {
35         this.ifMauIfIndex = ifMauIfIndex;
36         this.ifMauIndex = ifMauIndex;
37         this.ifJackIndex = ifJackIndex;
38
39         instance.append(ifMauIfIndex);
40         instance.append(ifMauIndex);
41         instance.append(ifJackIndex);
42     }
43
44     public int get_ifMauIfIndex()
45     {
46         return ifMauIfIndex;
47     }
48
49     public int get_ifMauIndex()
50     {
51         return ifMauIndex;
52     }
53
54     public int get_ifJackIndex()
55     {
56         return ifJackIndex;
57     }
58
59     public int get_ifJackType()
60     {
61         return ifJackType;
62     }
63
64 }
65