|
|||||||||
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 java.lang.String |
getTypeCodeString()
Converts the type code to a string. |
boolean |
isTemp()
Checks if this BaseId is temporary. |
abstract java.lang.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 java.lang.String toDBString()
public abstract java.lang.String getTypeCodeString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |