org.eclipse.emf.cdo.spi.common
Class CDOIDLongImpl.Legacy

java.lang.Object
  extended by org.eclipse.emf.cdo.spi.common.AbstractCDOID
      extended by org.eclipse.emf.cdo.spi.common.AbstractCDOIDLong
          extended by org.eclipse.emf.cdo.spi.common.CDOIDLongImpl
              extended by org.eclipse.emf.cdo.spi.common.CDOIDLongImpl.Legacy
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AbstractCDOIDLong>, CDOID, CDOIDObject
Enclosing class:
CDOIDLongImpl

public static final class CDOIDLongImpl.Legacy
extends CDOIDLongImpl

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.spi.common.CDOIDLongImpl
CDOIDLongImpl.Legacy
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.id.CDOID
CDOID.Type
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.id.CDOID
NULL
 
Constructor Summary
CDOIDLongImpl.Legacy()
           
CDOIDLongImpl.Legacy(long value, CDOClassRef classRef)
           
 
Method Summary
 CDOIDLongImpl.Legacy asLegacy(CDOClassRef classRef)
           
 CDOClassRef getClassRef()
           
 CDOID.Type getType()
           
 void setClassRef(CDOClassRef classRef)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.cdo.spi.common.AbstractCDOIDLong
compareTo, equals, getLongValue, hashCode, read, write
 
Methods inherited from class org.eclipse.emf.cdo.spi.common.AbstractCDOID
isLegacy, isMeta, isNull, isObject, isTemporary
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.cdo.common.id.CDOID
isLegacy, isMeta, isNull, isObject, isTemporary
 

Constructor Detail

CDOIDLongImpl.Legacy

public CDOIDLongImpl.Legacy()

CDOIDLongImpl.Legacy

public CDOIDLongImpl.Legacy(long value,
                            CDOClassRef classRef)
Method Detail

getType

public CDOID.Type getType()
Specified by:
getType in interface CDOID
Overrides:
getType in class CDOIDLongImpl

getClassRef

public CDOClassRef getClassRef()
Specified by:
getClassRef in interface CDOIDObject
Overrides:
getClassRef in class CDOIDLongImpl

setClassRef

public void setClassRef(CDOClassRef classRef)

asLegacy

public CDOIDLongImpl.Legacy asLegacy(CDOClassRef classRef)
Specified by:
asLegacy in interface CDOIDObject
Overrides:
asLegacy in class CDOIDLongImpl

toString

public java.lang.String toString()
Overrides:
toString in class CDOIDLongImpl

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.