public class TransientGridRef extends java.lang.Object implements java.lang.Comparable<TransientGridRef>
<transient_grid_ref>
xml element.限定符和类型 | 字段和说明 |
---|---|
private int |
collectionSize
Collection size
|
private int |
gridRef
ID of references Grid
|
private int |
id
ID of this TransientGridRef
|
private int |
transientRef
ID of references Transient
|
构造器和说明 |
---|
TransientGridRef(int id,
int transientRef,
int gridRef,
int collectionSize)
Creates a TransientGridRef object with id, transientRef and usersGrid.
|
限定符和类型 | 方法和说明 |
---|---|
int |
compareTo(TransientGridRef o) |
boolean |
equals(java.lang.Object obj) |
int |
getCollectionSize() |
int |
getGridRef() |
int |
getId() |
int |
getTransientRef() |
int |
hashCode() |
void |
setGridRef(int gridRef) |
void |
setTransientRef(int transientRef) |
private int id
private int transientRef
private int gridRef
private int collectionSize
public TransientGridRef(int id, int transientRef, int gridRef, int collectionSize)
id
- ID of this TransientGridReftransientRef
- ID of referenced TransientgridRef
- ID of referenced Gridpublic int getId()
public int getTransientRef()
public void setTransientRef(int transientRef)
public int getGridRef()
public void setGridRef(int gridRef)
public int getCollectionSize()
public int hashCode()
hashCode
在类中 java.lang.Object
public boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
public int compareTo(TransientGridRef o)
compareTo
在接口中 java.lang.Comparable<TransientGridRef>