com.ibm.pim.spec
Interface SpecMapEntry


public interface SpecMapEntry

Interface for SpecMapEntry

Since:
6.0.0.1

Method Summary
 AttributeDefinition getDestinationAttributeDefinition()
          Return the destination AttributeDefinition in the spec map entry
 AttributeDefinition getSourceAttributeDefinition()
          Return the source AttributeDefinition in the spec map entry
 

Method Detail

getSourceAttributeDefinition

AttributeDefinition getSourceAttributeDefinition()
Return the source AttributeDefinition in the spec map entry

Returns:
the source AttributeDefinition
Throws:
PIMInternalException - If an internal error occurs
PIMAuthorizationException - Reserved for future use

getDestinationAttributeDefinition

AttributeDefinition getDestinationAttributeDefinition()
Return the destination AttributeDefinition in the spec map entry

Returns:
the destination AttributeDefinition
Throws:
PIMInternalException - If an internal error occurs
PIMAuthorizationException - Reserved for future use