info.informatica.data
Class KeyDataEntity

java.lang.Object
  extended by info.informatica.data.DataField
      extended by info.informatica.data.KeyDataEntity
All Implemented Interfaces:
Validable

public class KeyDataEntity
extends DataField


Constructor Summary
KeyDataEntity(DataField copy)
           
KeyDataEntity(FieldName name, DataType type)
           
 
Method Summary
 boolean isKey()
          Is this data entity a DB key or not?
 
Methods inherited from class info.informatica.data.DataField
getDefault, getName, getType, isAuto, isForeignKey, isNullable, setAuto, setAuto, setDefault, setNullable, setNullable, setType, toString, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyDataEntity

public KeyDataEntity(FieldName name,
                     DataType type)

KeyDataEntity

public KeyDataEntity(DataField copy)
Method Detail

isKey

public boolean isKey()
Is this data entity a DB key or not?

Overrides:
isKey in class DataField
Returns:
true if is a key, false if not.