com.ibm.di.connector.dpa.schema
Class UIDDefinition

java.lang.Object
  extended by com.ibm.di.connector.dpa.schema.UIDDefinition

public class UIDDefinition
extends java.lang.Object

This class contains meta data about the primary key of a class from the model. A representation of the 'pkDefinition' element from dpaschema.xml.


Field Summary
static java.lang.String TYPE_INHERIT
           
static java.lang.String TYPE_SQL
           
 
Constructor Summary
protected UIDDefinition()
           
 
Method Summary
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_SQL

public static final java.lang.String TYPE_SQL
See Also:
Constant Field Values

TYPE_INHERIT

public static final java.lang.String TYPE_INHERIT
See Also:
Constant Field Values
Constructor Detail

UIDDefinition

protected UIDDefinition()
Method Detail

getType

public java.lang.String getType()
Returns:
String

setType

public void setType(java.lang.String type)
Parameters:
type - String

getValue

public java.lang.String getValue()
Returns:
String

setValue

public void setValue(java.lang.String value)
Parameters:
value - String