Class GeneratedCMSItem

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    CMSItem

    public abstract class GeneratedCMSItem
    extends GenericItem
    Generated class for type CMSItem.
    See Also:
    Serialized Form
    • Field Detail

      • UID

        public static final java.lang.String UID
        Qualifier of the CMSItem.uid attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the CMSItem.name attribute
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Qualifier of the CMSItem.catalogVersion attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCMSItem

        public GeneratedCMSItem()
    • Method Detail

      • getCatalogVersion

        public CatalogVersion getCatalogVersion​(SessionContext ctx)
        Generated method - Getter of the CMSItem.catalogVersion attribute.
        Returns:
        the catalogVersion
      • getCatalogVersion

        public CatalogVersion getCatalogVersion()
        Generated method - Getter of the CMSItem.catalogVersion attribute.
        Returns:
        the catalogVersion
      • setCatalogVersion

        public void setCatalogVersion​(SessionContext ctx,
                                      CatalogVersion value)
        Generated method - Setter of the CMSItem.catalogVersion attribute.
        Parameters:
        value - the catalogVersion
      • setCatalogVersion

        public void setCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the CMSItem.catalogVersion attribute.
        Parameters:
        value - the catalogVersion
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the CMSItem.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the CMSItem.name attribute.
        Returns:
        the name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the CMSItem.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the CMSItem.name attribute.
        Parameters:
        value - the name
      • getUid

        public java.lang.String getUid​(SessionContext ctx)
        Generated method - Getter of the CMSItem.uid attribute.
        Returns:
        the uid
      • getUid

        public java.lang.String getUid()
        Generated method - Getter of the CMSItem.uid attribute.
        Returns:
        the uid
      • setUid

        public void setUid​(SessionContext ctx,
                           java.lang.String value)
        Generated method - Setter of the CMSItem.uid attribute.
        Parameters:
        value - the uid
      • setUid

        public void setUid​(java.lang.String value)
        Generated method - Setter of the CMSItem.uid attribute.
        Parameters:
        value - the uid