Class ItemImpl

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

    public class ItemImpl
    extends java.lang.Object
    implements java.io.Serializable, Item
    The type Item.
    See Also:
    Serialized Form
    • Constructor Detail

      • ItemImpl

        public ItemImpl()
    • Method Detail

      • getType

        public ItemImpl.ItemType getType()
        Description copied from interface: Item
        Gets the type.
        Specified by:
        getType in interface Item
        Returns:
        the type
      • setType

        public void setType​(ItemImpl.ItemType type)
        Description copied from interface: Item
        Sets the type.
        Specified by:
        setType in interface Item
        Parameters:
        type - the new type
      • getId

        public int getId()
        Description copied from interface: Item
        Gets the id.
        Specified by:
        getId in interface Item
        Returns:
        the id
      • setId

        public void setId​(int id)
        Description copied from interface: Item
        Sets the id.
        Specified by:
        setId in interface Item
        Parameters:
        id - the new id
      • getId2

        public int getId2()
        Description copied from interface: Item
        Gets the id 2.
        Specified by:
        getId2 in interface Item
        Returns:
        the id 2
      • setId2

        public void setId2​(int id2)
        Description copied from interface: Item
        Sets the id 2.
        Specified by:
        setId2 in interface Item
        Parameters:
        id2 - the new id 2
      • getId3

        public int getId3()
        Description copied from interface: Item
        Gets the id 3.
        Specified by:
        getId3 in interface Item
        Returns:
        the id 3
      • setId3

        public void setId3​(int id3)
        Description copied from interface: Item
        Sets the id 3.
        Specified by:
        setId3 in interface Item
        Parameters:
        id3 - the new id 3
      • getStringId

        public java.lang.String getStringId()
        Description copied from interface: Item
        Gets the string id.
        Specified by:
        getStringId in interface Item
        Returns:
        the string id
      • setStringId

        public void setStringId​(java.lang.String stringId)
        Description copied from interface: Item
        Sets the string id.
        Specified by:
        setStringId in interface Item
        Parameters:
        stringId - the new string id
      • getTemplateId

        public int getTemplateId()
        Description copied from interface: Item
        Gets the template id.
        Specified by:
        getTemplateId in interface Item
        Returns:
        the template id
      • setTemplateId

        public void setTemplateId​(int templateId)
        Description copied from interface: Item
        Sets the template id.
        Specified by:
        setTemplateId in interface Item
        Parameters:
        templateId - the new template id
      • getDocumentId

        public java.lang.String getDocumentId()
        Description copied from interface: Item
        Gets the document id.
        Specified by:
        getDocumentId in interface Item
        Returns:
        the document id
      • setDocumentId

        public void setDocumentId​(java.lang.String documentId)
        Description copied from interface: Item
        Sets the document id.
        Specified by:
        setDocumentId in interface Item
        Parameters:
        documentId - the new document id
      • getDocumentPosition

        public java.lang.String getDocumentPosition()
        Description copied from interface: Item
        Gets the document position.
        Specified by:
        getDocumentPosition in interface Item
        Returns:
        the document position
      • setDocumentPosition

        public void setDocumentPosition​(java.lang.String documentPosition)
        Description copied from interface: Item
        Sets the document position.
        Specified by:
        setDocumentPosition in interface Item
        Parameters:
        documentPosition - the new document position
      • getClassId

        public int getClassId()
        Description copied from interface: Item
        Gets the class id.
        Specified by:
        getClassId in interface Item
        Returns:
        the class id
      • setClassId

        public void setClassId​(int classId)
        Description copied from interface: Item
        Sets the class id.
        Specified by:
        setClassId in interface Item
        Parameters:
        classId - the new class id
      • getGroupId

        public int getGroupId()
        Description copied from interface: Item
        Gets the group id.
        Specified by:
        getGroupId in interface Item
        Returns:
        the group id
      • setGroupId

        public void setGroupId​(int groupId)
        Description copied from interface: Item
        Sets the group id.
        Specified by:
        setGroupId in interface Item
        Parameters:
        groupId - the new group id
      • getStatus

        public java.lang.String getStatus()
        Description copied from interface: Item
        Gets the status.
        Specified by:
        getStatus in interface Item
        Returns:
        the status
      • setStatus

        public void setStatus​(java.lang.String status)
        Description copied from interface: Item
        Sets the status.
        Specified by:
        setStatus in interface Item
        Parameters:
        status - the new status
      • getPageType

        public ItemImpl.PageType getPageType()
        Description copied from interface: Item
        Gets the page type.
        Specified by:
        getPageType in interface Item
        Returns:
        the page type
      • setPageType

        public void setPageType​(ItemImpl.PageType pageType)
        Description copied from interface: Item
        Sets the page type.
        Specified by:
        setPageType in interface Item
        Parameters:
        pageType - the new page type
      • getElement

        public java.lang.String getElement()
        Description copied from interface: Item
        Gets the element.
        Specified by:
        getElement in interface Item
        Returns:
        the element
      • setElement

        public void setElement​(java.lang.String element)
        Description copied from interface: Item
        Sets the element.
        Specified by:
        setElement in interface Item
        Parameters:
        element - the new element
      • getElementId

        public int getElementId()
        Description copied from interface: Item
        Gets the element id.
        Specified by:
        getElementId in interface Item
        Returns:
        the element id
      • setElementId

        public void setElementId​(int elementId)
        Description copied from interface: Item
        Sets the element id.
        Specified by:
        setElementId in interface Item
        Parameters:
        elementId - the new element id
      • getGrid

        public java.lang.String getGrid()
        Description copied from interface: Item
        Gets the grid.
        Specified by:
        getGrid in interface Item
        Returns:
        the grid
      • setGrid

        public void setGrid​(java.lang.String grid)
        Description copied from interface: Item
        Sets the grid.
        Specified by:
        setGrid in interface Item
        Parameters:
        grid - the new grid
      • getGridId

        public java.lang.String getGridId()
        Description copied from interface: Item
        Gets the grid id.
        Specified by:
        getGridId in interface Item
        Returns:
        the grid id
      • setGridId

        public void setGridId​(java.lang.String gridId)
        Description copied from interface: Item
        Sets the grid id.
        Specified by:
        setGridId in interface Item
        Parameters:
        gridId - the new grid id
      • getMasterPage

        public java.lang.String getMasterPage()
        Description copied from interface: Item
        Gets the master page.
        Specified by:
        getMasterPage in interface Item
        Returns:
        the master page
      • setMasterPage

        public void setMasterPage​(java.lang.String masterPage)
        Description copied from interface: Item
        Sets the master page.
        Specified by:
        setMasterPage in interface Item
        Parameters:
        masterPage - the new master page
      • getNeedsRequest

        public int getNeedsRequest()
        Description copied from interface: Item
        Gets the needs request.
        Specified by:
        getNeedsRequest in interface Item
        Returns:
        the needs request
      • setNeedsRequest

        public void setNeedsRequest​(int needsRequest)
        Description copied from interface: Item
        Sets the needs request.
        Specified by:
        setNeedsRequest in interface Item
        Parameters:
        needsRequest - the new needs request
      • getDefined

        public int getDefined()
        Description copied from interface: Item
        Gets the defined.
        Specified by:
        getDefined in interface Item
        Returns:
        the defined
      • setDefined

        public void setDefined​(int defined)
        Description copied from interface: Item
        Sets the defined.
        Specified by:
        setDefined in interface Item
        Parameters:
        defined - the new defined
      • getLevel

        public int getLevel()
        Description copied from interface: Item
        Gets the level.
        Specified by:
        getLevel in interface Item
        Returns:
        the level
      • setLevel

        public void setLevel​(int level)
        Description copied from interface: Item
        Sets the level.
        Specified by:
        setLevel in interface Item
        Parameters:
        level - the new level
      • getPreRuleId

        public int getPreRuleId()
        Description copied from interface: Item
        Gets the pre rule id.
        Specified by:
        getPreRuleId in interface Item
        Returns:
        the pre rule id
      • setPreRuleId

        public void setPreRuleId​(int preRuleId)
        Description copied from interface: Item
        Sets the pre rule id.
        Specified by:
        setPreRuleId in interface Item
        Parameters:
        preRuleId - the new pre rule id
      • getPreRuleParams

        public java.lang.String getPreRuleParams()
        Description copied from interface: Item
        Gets the pre rule params.
        Specified by:
        getPreRuleParams in interface Item
        Returns:
        the pre rule params
      • setPreRuleParams

        public void setPreRuleParams​(java.lang.String preRuleParams)
        Description copied from interface: Item
        Sets the pre rule params.
        Specified by:
        setPreRuleParams in interface Item
        Parameters:
        preRuleParams - the new pre rule params
      • getPostRuleId

        public int getPostRuleId()
        Description copied from interface: Item
        Gets the post rule id.
        Specified by:
        getPostRuleId in interface Item
        Returns:
        the post rule id
      • setPostRuleId

        public void setPostRuleId​(int postRuleId)
        Description copied from interface: Item
        Sets the post rule id.
        Specified by:
        setPostRuleId in interface Item
        Parameters:
        postRuleId - the new post rule id
      • getPostRuleParams

        public java.lang.String getPostRuleParams()
        Description copied from interface: Item
        Gets the post rule params.
        Specified by:
        getPostRuleParams in interface Item
        Returns:
        the post rule params
      • setPostRuleParams

        public void setPostRuleParams​(java.lang.String postRuleParams)
        Description copied from interface: Item
        Sets the post rule params.
        Specified by:
        setPostRuleParams in interface Item
        Parameters:
        postRuleParams - the new post rule params
      • getProductStart

        public int getProductStart()
        Description copied from interface: Item
        Gets the product start.
        Specified by:
        getProductStart in interface Item
        Returns:
        the product start
      • setProductStart

        public void setProductStart​(int productStart)
        Description copied from interface: Item
        Sets the product start.
        Specified by:
        setProductStart in interface Item
        Parameters:
        productStart - the new product start
      • getProductEnd

        public int getProductEnd()
        Description copied from interface: Item
        Gets the product end.
        Specified by:
        getProductEnd in interface Item
        Returns:
        the product end
      • setProductEnd

        public void setProductEnd​(int productEnd)
        Description copied from interface: Item
        Sets the product end.
        Specified by:
        setProductEnd in interface Item
        Parameters:
        productEnd - the new product end
      • getTagId1

        public int getTagId1()
        Description copied from interface: Item
        Gets the tag id 1.
        Specified by:
        getTagId1 in interface Item
        Returns:
        the tag id 1
      • setTagId1

        public void setTagId1​(int tagId1)
        Description copied from interface: Item
        Sets the tag id 1.
        Specified by:
        setTagId1 in interface Item
        Parameters:
        tagId1 - the new tag id 1
      • getTagId2

        public int getTagId2()
        Description copied from interface: Item
        Gets the tag id 2.
        Specified by:
        getTagId2 in interface Item
        Returns:
        the tag id 2
      • setTagId2

        public void setTagId2​(int tagId2)
        Description copied from interface: Item
        Sets the tag id 2.
        Specified by:
        setTagId2 in interface Item
        Parameters:
        tagId2 - the new tag id 2
      • getLayoutLayers

        public java.lang.String getLayoutLayers()
        Description copied from interface: Item
        Gets the layout layers.
        Specified by:
        getLayoutLayers in interface Item
        Returns:
        the layout layers
      • setLayoutLayers

        public void setLayoutLayers​(java.lang.String layoutLayers)
        Description copied from interface: Item
        Sets the layout layers.
        Specified by:
        setLayoutLayers in interface Item
        Parameters:
        layoutLayers - the new layout layers
      • isDefined

        public boolean isDefined()
        Description copied from interface: Item
        Checks if is defined.
        Specified by:
        isDefined in interface Item
        Returns:
        true, if is defined
      • setIsDefined

        public void setIsDefined​(boolean defined)
        Description copied from interface: Item
        Sets the checks if is defined.
        Specified by:
        setIsDefined in interface Item
        Parameters:
        defined - the new checks if is defined
      • needsRequest

        public boolean needsRequest()
        Description copied from interface: Item
        Needs request.
        Specified by:
        needsRequest in interface Item
        Returns:
        true, if successful
      • needsRequest

        public void needsRequest​(boolean needsRequest)
        Description copied from interface: Item
        Needs request.
        Specified by:
        needsRequest in interface Item
        Parameters:
        needsRequest - the needs request