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

All Superinterfaces:
IUniquelyNamed, Serializable

Deprecated. use IFormView and IFormSection instead

public interface IAttributeGroup
extends IUniquelyNamed, Serializable

Defines attribute groups for entities

Author:
skamel

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

Field Detail

ATTRIBUTE_GROUP_PREFIX

static final String ATTRIBUTE_GROUP_PREFIX
Deprecated. 
See Also:
Constant Field Values
Method Detail

getDeclaringEntity

IEntity getDeclaringEntity()
Deprecated. 
Returns:
the entity that declared this attribute group

getName

String getName()
Deprecated. 
Returns:
the unique name of this attribute group within the entity's hierarchy scope

getAttributes

List<IEntityAttribute> getAttributes()
Deprecated. 
Returns:
the list of entity attributes that compose this attribute group in the order in which they should be displayed


Copyright © 2015. All Rights Reserved.