Class GeneratedCMSVersion

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CMSVersion

public abstract class GeneratedCMSVersion extends GenericItem
Generated class for type CMSVersion.
See Also:
  • Field Details

    • UID

      public static final String UID
      Qualifier of the CMSVersion.uid attribute
      See Also:
    • TRANSACTIONID

      public static final String TRANSACTIONID
      Qualifier of the CMSVersion.transactionId attribute
      See Also:
    • ITEMUID

      public static final String ITEMUID
      Qualifier of the CMSVersion.itemUid attribute
      See Also:
    • ITEMTYPECODE

      public static final String ITEMTYPECODE
      Qualifier of the CMSVersion.itemTypeCode attribute
      See Also:
    • ITEMCATALOGVERSION

      public static final String ITEMCATALOGVERSION
      Qualifier of the CMSVersion.itemCatalogVersion attribute
      See Also:
    • LABEL

      public static final String LABEL
      Qualifier of the CMSVersion.label attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the CMSVersion.description attribute
      See Also:
    • RETAIN

      public static final String RETAIN
      Qualifier of the CMSVersion.retain attribute
      See Also:
    • PAYLOAD

      public static final String PAYLOAD
      Qualifier of the CMSVersion.payload attribute
      See Also:
    • RELATEDPARENTS

      public static final String RELATEDPARENTS
      Qualifier of the CMSVersion.relatedParents attribute
      See Also:
    • CMSVERSION2CMSVERSION_SRC_ORDERED

      protected static String CMSVERSION2CMSVERSION_SRC_ORDERED
      Relation ordering override parameter constants for CMSVersion2CMSVersion from ((cms2))
    • CMSVERSION2CMSVERSION_TGT_ORDERED

      protected static String CMSVERSION2CMSVERSION_TGT_ORDERED
    • CMSVERSION2CMSVERSION_MARKMODIFIED

      protected static String CMSVERSION2CMSVERSION_MARKMODIFIED
      Relation disable markmodifed parameter constants for CMSVersion2CMSVersion from ((cms2))
    • RELATEDCHILDREN

      public static final String RELATEDCHILDREN
      Qualifier of the CMSVersion.relatedChildren attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCMSVersion

      public GeneratedCMSVersion()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the CMSVersion.description attribute.
      Returns:
      the description
    • getDescription

      public String getDescription()
      Generated method - Getter of the CMSVersion.description attribute.
      Returns:
      the description
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the CMSVersion.description attribute.
      Parameters:
      value - the description
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the CMSVersion.description attribute.
      Parameters:
      value - the description
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getItemCatalogVersion

      public CatalogVersion getItemCatalogVersion(SessionContext ctx)
      Generated method - Getter of the CMSVersion.itemCatalogVersion attribute.
      Returns:
      the itemCatalogVersion
    • getItemCatalogVersion

      public CatalogVersion getItemCatalogVersion()
      Generated method - Getter of the CMSVersion.itemCatalogVersion attribute.
      Returns:
      the itemCatalogVersion
    • setItemCatalogVersion

      public void setItemCatalogVersion(SessionContext ctx, CatalogVersion value)
      Generated method - Setter of the CMSVersion.itemCatalogVersion attribute.
      Parameters:
      value - the itemCatalogVersion
    • setItemCatalogVersion

      public void setItemCatalogVersion(CatalogVersion value)
      Generated method - Setter of the CMSVersion.itemCatalogVersion attribute.
      Parameters:
      value - the itemCatalogVersion
    • getItemTypeCode

      public String getItemTypeCode(SessionContext ctx)
      Generated method - Getter of the CMSVersion.itemTypeCode attribute.
      Returns:
      the itemTypeCode
    • getItemTypeCode

      public String getItemTypeCode()
      Generated method - Getter of the CMSVersion.itemTypeCode attribute.
      Returns:
      the itemTypeCode
    • setItemTypeCode

      public void setItemTypeCode(SessionContext ctx, String value)
      Generated method - Setter of the CMSVersion.itemTypeCode attribute.
      Parameters:
      value - the itemTypeCode
    • setItemTypeCode

      public void setItemTypeCode(String value)
      Generated method - Setter of the CMSVersion.itemTypeCode attribute.
      Parameters:
      value - the itemTypeCode
    • getItemUid

      public String getItemUid(SessionContext ctx)
      Generated method - Getter of the CMSVersion.itemUid attribute.
      Returns:
      the itemUid
    • getItemUid

      public String getItemUid()
      Generated method - Getter of the CMSVersion.itemUid attribute.
      Returns:
      the itemUid
    • setItemUid

      public void setItemUid(SessionContext ctx, String value)
      Generated method - Setter of the CMSVersion.itemUid attribute.
      Parameters:
      value - the itemUid
    • setItemUid

      public void setItemUid(String value)
      Generated method - Setter of the CMSVersion.itemUid attribute.
      Parameters:
      value - the itemUid
    • getLabel

      public String getLabel(SessionContext ctx)
      Generated method - Getter of the CMSVersion.label attribute.
      Returns:
      the label
    • getLabel

      public String getLabel()
      Generated method - Getter of the CMSVersion.label attribute.
      Returns:
      the label
    • setLabel

      public void setLabel(SessionContext ctx, String value)
      Generated method - Setter of the CMSVersion.label attribute.
      Parameters:
      value - the label
    • setLabel

      public void setLabel(String value)
      Generated method - Setter of the CMSVersion.label attribute.
      Parameters:
      value - the label
    • getPayload

      public String getPayload(SessionContext ctx)
      Generated method - Getter of the CMSVersion.payload attribute.
      Returns:
      the payload
    • getPayload

      public String getPayload()
      Generated method - Getter of the CMSVersion.payload attribute.
      Returns:
      the payload
    • setPayload

      public void setPayload(SessionContext ctx, String value)
      Generated method - Setter of the CMSVersion.payload attribute.
      Parameters:
      value - the payload
    • setPayload

      public void setPayload(String value)
      Generated method - Setter of the CMSVersion.payload attribute.
      Parameters:
      value - the payload
    • getRelatedChildren

      public List<CMSVersion> getRelatedChildren(SessionContext ctx)
      Generated method - Getter of the CMSVersion.relatedChildren attribute.
      Returns:
      the relatedChildren
    • getRelatedChildren

      public List<CMSVersion> getRelatedChildren()
      Generated method - Getter of the CMSVersion.relatedChildren attribute.
      Returns:
      the relatedChildren
    • getRelatedChildrenCount

      public long getRelatedChildrenCount(SessionContext ctx)
    • getRelatedChildrenCount

      public long getRelatedChildrenCount()
    • setRelatedChildren

      public void setRelatedChildren(SessionContext ctx, List<CMSVersion> value)
      Generated method - Setter of the CMSVersion.relatedChildren attribute.
      Parameters:
      value - the relatedChildren
    • setRelatedChildren

      public void setRelatedChildren(List<CMSVersion> value)
      Generated method - Setter of the CMSVersion.relatedChildren attribute.
      Parameters:
      value - the relatedChildren
    • addToRelatedChildren

      public void addToRelatedChildren(SessionContext ctx, CMSVersion value)
      Generated method - Adds value to relatedChildren.
      Parameters:
      value - the item to add to relatedChildren
    • addToRelatedChildren

      public void addToRelatedChildren(CMSVersion value)
      Generated method - Adds value to relatedChildren.
      Parameters:
      value - the item to add to relatedChildren
    • removeFromRelatedChildren

      public void removeFromRelatedChildren(SessionContext ctx, CMSVersion value)
      Generated method - Removes value from relatedChildren.
      Parameters:
      value - the item to remove from relatedChildren
    • removeFromRelatedChildren

      public void removeFromRelatedChildren(CMSVersion value)
      Generated method - Removes value from relatedChildren.
      Parameters:
      value - the item to remove from relatedChildren
    • getRelatedParents

      public Collection<CMSVersion> getRelatedParents(SessionContext ctx)
      Generated method - Getter of the CMSVersion.relatedParents attribute.
      Returns:
      the relatedParents
    • getRelatedParents

      public Collection<CMSVersion> getRelatedParents()
      Generated method - Getter of the CMSVersion.relatedParents attribute.
      Returns:
      the relatedParents
    • getRelatedParentsCount

      public long getRelatedParentsCount(SessionContext ctx)
    • getRelatedParentsCount

      public long getRelatedParentsCount()
    • setRelatedParents

      public void setRelatedParents(SessionContext ctx, Collection<CMSVersion> value)
      Generated method - Setter of the CMSVersion.relatedParents attribute.
      Parameters:
      value - the relatedParents
    • setRelatedParents

      public void setRelatedParents(Collection<CMSVersion> value)
      Generated method - Setter of the CMSVersion.relatedParents attribute.
      Parameters:
      value - the relatedParents
    • addToRelatedParents

      public void addToRelatedParents(SessionContext ctx, CMSVersion value)
      Generated method - Adds value to relatedParents.
      Parameters:
      value - the item to add to relatedParents
    • addToRelatedParents

      public void addToRelatedParents(CMSVersion value)
      Generated method - Adds value to relatedParents.
      Parameters:
      value - the item to add to relatedParents
    • removeFromRelatedParents

      public void removeFromRelatedParents(SessionContext ctx, CMSVersion value)
      Generated method - Removes value from relatedParents.
      Parameters:
      value - the item to remove from relatedParents
    • removeFromRelatedParents

      public void removeFromRelatedParents(CMSVersion value)
      Generated method - Removes value from relatedParents.
      Parameters:
      value - the item to remove from relatedParents
    • isRetain

      public Boolean isRetain(SessionContext ctx)
      Generated method - Getter of the CMSVersion.retain attribute.
      Returns:
      the retain
    • isRetain

      public Boolean isRetain()
      Generated method - Getter of the CMSVersion.retain attribute.
      Returns:
      the retain
    • isRetainAsPrimitive

      public boolean isRetainAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CMSVersion.retain attribute.
      Returns:
      the retain
    • isRetainAsPrimitive

      public boolean isRetainAsPrimitive()
      Generated method - Getter of the CMSVersion.retain attribute.
      Returns:
      the retain
    • setRetain

      public void setRetain(SessionContext ctx, Boolean value)
      Generated method - Setter of the CMSVersion.retain attribute.
      Parameters:
      value - the retain
    • setRetain

      public void setRetain(Boolean value)
      Generated method - Setter of the CMSVersion.retain attribute.
      Parameters:
      value - the retain
    • setRetain

      public void setRetain(SessionContext ctx, boolean value)
      Generated method - Setter of the CMSVersion.retain attribute.
      Parameters:
      value - the retain
    • setRetain

      public void setRetain(boolean value)
      Generated method - Setter of the CMSVersion.retain attribute.
      Parameters:
      value - the retain
    • getTransactionId

      public String getTransactionId(SessionContext ctx)
      Generated method - Getter of the CMSVersion.transactionId attribute.
      Returns:
      the transactionId - Used internally to identify all the versions created in a single transaction
    • getTransactionId

      public String getTransactionId()
      Generated method - Getter of the CMSVersion.transactionId attribute.
      Returns:
      the transactionId - Used internally to identify all the versions created in a single transaction
    • setTransactionId

      public void setTransactionId(SessionContext ctx, String value)
      Generated method - Setter of the CMSVersion.transactionId attribute.
      Parameters:
      value - the transactionId - Used internally to identify all the versions created in a single transaction
    • setTransactionId

      public void setTransactionId(String value)
      Generated method - Setter of the CMSVersion.transactionId attribute.
      Parameters:
      value - the transactionId - Used internally to identify all the versions created in a single transaction
    • getUid

      public String getUid(SessionContext ctx)
      Generated method - Getter of the CMSVersion.uid attribute.
      Returns:
      the uid - Used to uniquely identify a version across all items
    • getUid

      public String getUid()
      Generated method - Getter of the CMSVersion.uid attribute.
      Returns:
      the uid - Used to uniquely identify a version across all items
    • setUid

      public void setUid(SessionContext ctx, String value)
      Generated method - Setter of the CMSVersion.uid attribute.
      Parameters:
      value - the uid - Used to uniquely identify a version across all items
    • setUid

      public void setUid(String value)
      Generated method - Setter of the CMSVersion.uid attribute.
      Parameters:
      value - the uid - Used to uniquely identify a version across all items