public class TypeEntry extends Object
This an other mappings within the state structure are designed and included for the purpose of consolidation of potentially repetitive data which would otherwise be included within cells as column data or as part of composite column qualifiers.
URIMap,
TypeMapEntry| Modifier and Type | Field and Description |
|---|---|
protected int |
hashCode |
protected String |
name |
protected long |
seq |
protected String |
uriName |
| Constructor and Description |
|---|
TypeEntry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHashCode()
The integer hash code for the SDO type.
|
String |
getName()
The physical name of the SDO type which, along with the namespace URI, uniquely identifies a type.
|
long |
getSeq()
The last sequence identifier used for the SDO type, unique for the type within
a graph row, which identifies the type under which
an instance was persisted.
|
String |
getUriName()
The physical name of the SDO URI - not used for marshalling - maintained in memory only as a lookup convienence
|
void |
setHashCode(int value)
Sets the value of the hashCode property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSeq(long value)
Sets the value of the seq property.
|
void |
setUriName(String value)
Sets the value of the uriName property.
|
protected String name
protected String uriName
protected long seq
protected int hashCode
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUriName()
Stringpublic void setUriName(String value)
value - allowed object is
Stringpublic long getSeq()
public void setSeq(long value)
public int getHashCode()
public void setHashCode(int value)
Copyright © 2017. All Rights Reserved.