Class GeneratedAbstractDynamicContent

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the AbstractDynamicContent.code attribute
        See Also:
        Constant Field Values
      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the AbstractDynamicContent.active attribute
        See Also:
        Constant Field Values
      • CHECKSUM

        public static final java.lang.String CHECKSUM
        Qualifier of the AbstractDynamicContent.checksum attribute
        See Also:
        Constant Field Values
      • CONTENT

        public static final java.lang.String CONTENT
        Qualifier of the AbstractDynamicContent.content attribute
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Qualifier of the AbstractDynamicContent.version 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

      • GeneratedAbstractDynamicContent

        public GeneratedAbstractDynamicContent()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the AbstractDynamicContent.active attribute.
        Returns:
        the active
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the AbstractDynamicContent.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractDynamicContent.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the AbstractDynamicContent.active attribute.
        Returns:
        the active
      • setActive

        protected void setActive​(SessionContext ctx,
                                 java.lang.Boolean value)
        Generated method - Setter of the AbstractDynamicContent.active attribute.
        Parameters:
        value - the active
      • setActive

        protected void setActive​(java.lang.Boolean value)
        Generated method - Setter of the AbstractDynamicContent.active attribute.
        Parameters:
        value - the active
      • setActive

        protected void setActive​(SessionContext ctx,
                                 boolean value)
        Generated method - Setter of the AbstractDynamicContent.active attribute.
        Parameters:
        value - the active
      • setActive

        protected void setActive​(boolean value)
        Generated method - Setter of the AbstractDynamicContent.active attribute.
        Parameters:
        value - the active
      • getChecksum

        public java.lang.String getChecksum​(SessionContext ctx)
        Generated method - Getter of the AbstractDynamicContent.checksum attribute.
        Returns:
        the checksum
      • getChecksum

        public java.lang.String getChecksum()
        Generated method - Getter of the AbstractDynamicContent.checksum attribute.
        Returns:
        the checksum
      • setChecksum

        public void setChecksum​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the AbstractDynamicContent.checksum attribute.
        Parameters:
        value - the checksum
      • setChecksum

        public void setChecksum​(java.lang.String value)
        Generated method - Setter of the AbstractDynamicContent.checksum attribute.
        Parameters:
        value - the checksum
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the AbstractDynamicContent.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the AbstractDynamicContent.code attribute.
        Returns:
        the code
      • setCode

        protected void setCode​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the AbstractDynamicContent.code attribute.
        Parameters:
        value - the code
      • setCode

        protected void setCode​(java.lang.String value)
        Generated method - Setter of the AbstractDynamicContent.code attribute.
        Parameters:
        value - the code
      • getContent

        public java.lang.String getContent​(SessionContext ctx)
        Generated method - Getter of the AbstractDynamicContent.content attribute.
        Returns:
        the content
      • getContent

        public java.lang.String getContent()
        Generated method - Getter of the AbstractDynamicContent.content attribute.
        Returns:
        the content
      • setContent

        public void setContent​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the AbstractDynamicContent.content attribute.
        Parameters:
        value - the content
      • setContent

        public void setContent​(java.lang.String value)
        Generated method - Setter of the AbstractDynamicContent.content attribute.
        Parameters:
        value - the content
      • getVersion

        public java.lang.Long getVersion​(SessionContext ctx)
        Generated method - Getter of the AbstractDynamicContent.version attribute.
        Returns:
        the version
      • getVersion

        public java.lang.Long getVersion()
        Generated method - Getter of the AbstractDynamicContent.version attribute.
        Returns:
        the version
      • getVersionAsPrimitive

        public long getVersionAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractDynamicContent.version attribute.
        Returns:
        the version
      • getVersionAsPrimitive

        public long getVersionAsPrimitive()
        Generated method - Getter of the AbstractDynamicContent.version attribute.
        Returns:
        the version
      • setVersion

        public void setVersion​(SessionContext ctx,
                               java.lang.Long value)
        Generated method - Setter of the AbstractDynamicContent.version attribute.
        Parameters:
        value - the version
      • setVersion

        public void setVersion​(java.lang.Long value)
        Generated method - Setter of the AbstractDynamicContent.version attribute.
        Parameters:
        value - the version
      • setVersion

        public void setVersion​(SessionContext ctx,
                               long value)
        Generated method - Setter of the AbstractDynamicContent.version attribute.
        Parameters:
        value - the version
      • setVersion

        public void setVersion​(long value)
        Generated method - Setter of the AbstractDynamicContent.version attribute.
        Parameters:
        value - the version