info.informatica.data
Class KeyDataEntity
java.lang.Object
info.informatica.data.DataField
info.informatica.data.KeyDataEntity
- All Implemented Interfaces:
- Validable
public class KeyDataEntity
- extends DataField
|
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 |
KeyDataEntity
public KeyDataEntity(FieldName name,
DataType type)
KeyDataEntity
public KeyDataEntity(DataField copy)
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.