| Modifier and Type | Class and Description |
|---|---|
static class |
UuidBaseType.RefType
RefType is strong or weak.
|
| Constructor and Description |
|---|
UuidBaseType()
Constructs a UuidBaseType object.
|
UuidBaseType(java.lang.String refTable,
java.lang.String refType)
Constructs a UuidBaseType object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRefTable()
Get refTable.
|
java.lang.String |
getRefType()
Get refType.
|
int |
hashCode() |
java.lang.String |
toString() |
public UuidBaseType()
public UuidBaseType(java.lang.String refTable,
java.lang.String refType)
refTable - refTable constraintrefType - refType constraintpublic java.lang.String getRefTable()
public java.lang.String getRefType()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object