com.starbase.util
Class GUID

java.lang.Object
  |
  +--com.starbase.util.GUID

public class GUID
extends java.lang.Object


Constructor Summary
GUID()
           
GUID(byte[] source)
           
GUID(java.lang.String spec)
           
 
Method Summary
 java.lang.String byteString()
           
 java.lang.String canonicalFormat()
          Returns the canonical string representation of this GUID.
 void create()
           
 java.lang.String debugDump()
           
 boolean equals(java.lang.Object o)
           
 byte[] getData()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GUID

public GUID()

GUID

public GUID(byte[] source)

GUID

public GUID(java.lang.String spec)
Method Detail

create

public void create()

byteString

public java.lang.String byteString()

getData

public byte[] getData()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

canonicalFormat

public java.lang.String canonicalFormat()
Returns the canonical string representation of this GUID. It will be of the form: 0201a8c0-dc96-68d9-97dc-d968e6000000 Note that this string representation is cached and may be called repeatedly without allocating a new String object for each call.


toString

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

debugDump

public java.lang.String debugDump()


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.