com.semarchy.mdm.runtime.model.logical
Interface IUniqueKey

All Superinterfaces:
IUniquelyNamed, Serializable

public interface IUniqueKey
extends IUniquelyNamed, Serializable

Defines a unique key

Author:
skamel

Field Summary
static String UNIQUE_KEY_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 List<IEntityAttribute> getAttributes()
           
 IEntity getDeclaringEntity()
           
 String getName()
           
 ValidationScope getValidationScope()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

UNIQUE_KEY_PREFIX

static final String UNIQUE_KEY_PREFIX
See Also:
Constant Field Values
Method Detail

getDeclaringEntity

IEntity getDeclaringEntity()

getName

String getName()

getAttributes

List<IEntityAttribute> getAttributes()

getValidationScope

ValidationScope getValidationScope()


Copyright © 2015. All Rights Reserved.