Class ComponentPresentationItemKey

java.lang.Object
com.sdl.delivery.deployment.api.ItemKey
com.sdl.delivery.deployment.api.ComponentPresentationItemKey
All Implemented Interfaces:
Serializable

public class ComponentPresentationItemKey extends ItemKey
ComponentPresentationItemKey.
See Also:
  • Constructor Details

    • ComponentPresentationItemKey

      public ComponentPresentationItemKey(com.tridion.util.CMURI componentId, com.tridion.util.CMURI templateId)
    • ComponentPresentationItemKey

      public ComponentPresentationItemKey(String combinedURI)
  • Method Details

    • getComponentId

      public com.tridion.util.CMURI getComponentId()
    • setComponentId

      public void setComponentId(com.tridion.util.CMURI componentId)
    • getTemplateId

      public com.tridion.util.CMURI getTemplateId()
    • setTemplateId

      public void setTemplateId(com.tridion.util.CMURI templateId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class ItemKey
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ItemKey
    • toString

      public String toString()
      Overrides:
      toString in class ItemKey