|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.core.DatabaseBaseId
public abstract class DatabaseBaseId
This is a stripped down BaseId, for use in tools
(such as migration) below the level of ObjectServer.
This is used by ariba.base.core.BaseId
| Field Summary | |
|---|---|
static int |
OptimizedBaseIdWidth
|
long |
typeCode
|
long |
value
|
| Constructor Summary | |
|---|---|
DatabaseBaseId()
Constructs a new DatabaseBaseId. |
|
| Method Summary | |
|---|---|
abstract String |
getTypeCodeString()
Converts the type code to a string. |
boolean |
isTemp()
Checks if this BaseId is temporary. |
abstract String |
toDBString()
Converts the type code and value to a string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long typeCode
public long value
public static final int OptimizedBaseIdWidth
| Constructor Detail |
|---|
public DatabaseBaseId()
| Method Detail |
|---|
public boolean isTemp()
public abstract String toDBString()
public abstract String getTypeCodeString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||