com.softwareag.mdm.adaptation
Class PrimaryKey

java.lang.Object
  extended bycom.softwareag.mdm.adaptation.PrimaryKey

public final class PrimaryKey
extends Object

Defines a table occurrence primary key.

See Also:
AdaptationTable

Field Summary
static String SEPARATOR
           
static char SEPARATOR_CHAR
           
static PrimaryKey VOID_KEY
           
 
Method Summary
 int compareTo(PrimaryKey other)
           
 boolean equals(Object x)
           
 String format()
           
 String[] getValues()
           
 int hashCode()
           
static PrimaryKey parseList(List aList)
          .
static PrimaryKey parseString(String aString)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VOID_KEY

public static final PrimaryKey VOID_KEY

SEPARATOR

public static final String SEPARATOR
See Also:
Constant Field Values

SEPARATOR_CHAR

public static final char SEPARATOR_CHAR
See Also:
Constant Field Values
Method Detail

parseList

public static PrimaryKey parseList(List aList)
.


compareTo

public int compareTo(PrimaryKey other)

equals

public boolean equals(Object x)

hashCode

public int hashCode()

format

public String format()

toString

public String toString()

getValues

public String[] getValues()

parseString

public static PrimaryKey parseString(String aString)


(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.