Class ComplexInstanceMemberEntityId

  • All Implemented Interfaces:
    EntityId, java.io.Serializable

    public class ComplexInstanceMemberEntityId
    extends java.lang.Object
    implements EntityId
    This class is an EntityId for an instance, that also specifies the entity id of a member element. The member eid is a tag who is defined somewhere in the type hierarchy of the instance. This class is necessary in order to store override values against the tag store.
    See Also:
    Serialized Form
    • Constructor Detail

      • ComplexInstanceMemberEntityId

        public ComplexInstanceMemberEntityId​(EntityId instanceId,
                                             EntityId memberId)
    • Method Detail

      • getMemberId

        public EntityId getMemberId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object