com.ibm.itim.dataservices.model

Class ObjectProfileEntity

  • java.lang.Object
    • com.ibm.itim.dataservices.model.ObjectProfileEntity


  • public class ObjectProfileEntity
    extends java.lang.Object
    Class that describes how a class in the data store maps to a semantic entity in the system's data model. For example, the inetOrgPerson class may be mapped to a Person entity in the data model. Along with the class association there are associations down to the attribute level, like which inetOrgPerson attribute will be used as the logical name of each Person entity.
    • Constructor Detail

      • ObjectProfileEntity

        public ObjectProfileEntity(ObjectProfile profile)
        Constructs an ObjectProfileEntity with a value object.
        Parameters:
        profile - ObjectProfile object holding the attributes of the profile.