Interface Item

All Superinterfaces:
Serializable
All Known Implementing Classes:
ItemImpl

public interface Item extends Serializable
The Interface Item.
  • Method Details

    • getType

      Gets the type.
      Returns:
      the type
    • setType

      void setType(ItemImpl.ItemType type)
      Sets the type.
      Parameters:
      type - the new type
    • getId

      int getId()
      Gets the id.
      Returns:
      the id
    • setId

      void setId(int id)
      Sets the id.
      Parameters:
      id - the new id
    • getId2

      int getId2()
      Gets the id 2.
      Returns:
      the id 2
    • setId2

      void setId2(int id2)
      Sets the id 2.
      Parameters:
      id2 - the new id 2
    • getId3

      int getId3()
      Gets the id 3.
      Returns:
      the id 3
    • setId3

      void setId3(int id3)
      Sets the id 3.
      Parameters:
      id3 - the new id 3
    • getStringId

      String getStringId()
      Gets the string id.
      Returns:
      the string id
    • setStringId

      void setStringId(String stringId)
      Sets the string id.
      Parameters:
      stringId - the new string id
    • getTemplateId

      int getTemplateId()
      Gets the template id.
      Returns:
      the template id
    • setTemplateId

      void setTemplateId(int templateId)
      Sets the template id.
      Parameters:
      templateId - the new template id
    • getDocumentId

      String getDocumentId()
      Gets the document id.
      Returns:
      the document id
    • setDocumentId

      void setDocumentId(String documentId)
      Sets the document id.
      Parameters:
      documentId - the new document id
    • getDocumentPosition

      String getDocumentPosition()
      Gets the document position.
      Returns:
      the document position
    • setDocumentPosition

      void setDocumentPosition(String documentPosition)
      Sets the document position.
      Parameters:
      documentPosition - the new document position
    • getClassId

      int getClassId()
      Gets the class id.
      Returns:
      the class id
    • setClassId

      void setClassId(int classId)
      Sets the class id.
      Parameters:
      classId - the new class id
    • getGroupId

      int getGroupId()
      Gets the group id.
      Returns:
      the group id
    • setGroupId

      void setGroupId(int groupId)
      Sets the group id.
      Parameters:
      groupId - the new group id
    • getStatus

      String getStatus()
      Gets the status.
      Returns:
      the status
    • setStatus

      void setStatus(String status)
      Sets the status.
      Parameters:
      status - the new status
    • getPageType

      ItemImpl.PageType getPageType()
      Gets the page type.
      Returns:
      the page type
    • setPageType

      void setPageType(ItemImpl.PageType pageType)
      Sets the page type.
      Parameters:
      pageType - the new page type
    • getElement

      String getElement()
      Gets the element.
      Returns:
      the element
    • setElement

      void setElement(String element)
      Sets the element.
      Parameters:
      element - the new element
    • getElementId

      int getElementId()
      Gets the element id.
      Returns:
      the element id
    • setElementId

      void setElementId(int elementId)
      Sets the element id.
      Parameters:
      elementId - the new element id
    • getGrid

      String getGrid()
      Gets the grid.
      Returns:
      the grid
    • setGrid

      void setGrid(String grid)
      Sets the grid.
      Parameters:
      grid - the new grid
    • getGridId

      String getGridId()
      Gets the grid id.
      Returns:
      the grid id
    • setGridId

      void setGridId(String gridId)
      Sets the grid id.
      Parameters:
      gridId - the new grid id
    • getMasterPage

      String getMasterPage()
      Gets the master page.
      Returns:
      the master page
    • setMasterPage

      void setMasterPage(String masterPage)
      Sets the master page.
      Parameters:
      masterPage - the new master page
    • getNeedsRequest

      int getNeedsRequest()
      Gets the needs request.
      Returns:
      the needs request
    • setNeedsRequest

      void setNeedsRequest(int needsRequest)
      Sets the needs request.
      Parameters:
      needsRequest - the new needs request
    • getDefined

      int getDefined()
      Gets the defined.
      Returns:
      the defined
    • setDefined

      void setDefined(int defined)
      Sets the defined.
      Parameters:
      defined - the new defined
    • getLevel

      int getLevel()
      Gets the level.
      Returns:
      the level
    • setLevel

      void setLevel(int level)
      Sets the level.
      Parameters:
      level - the new level
    • getPreRuleId

      int getPreRuleId()
      Gets the pre rule id.
      Returns:
      the pre rule id
    • setPreRuleId

      void setPreRuleId(int preRuleId)
      Sets the pre rule id.
      Parameters:
      preRuleId - the new pre rule id
    • getPreRuleParams

      String getPreRuleParams()
      Gets the pre rule params.
      Returns:
      the pre rule params
    • setPreRuleParams

      void setPreRuleParams(String preRuleParams)
      Sets the pre rule params.
      Parameters:
      preRuleParams - the new pre rule params
    • getPostRuleId

      int getPostRuleId()
      Gets the post rule id.
      Returns:
      the post rule id
    • setPostRuleId

      void setPostRuleId(int postRuleId)
      Sets the post rule id.
      Parameters:
      postRuleId - the new post rule id
    • getPostRuleParams

      String getPostRuleParams()
      Gets the post rule params.
      Returns:
      the post rule params
    • setPostRuleParams

      void setPostRuleParams(String postRuleParams)
      Sets the post rule params.
      Parameters:
      postRuleParams - the new post rule params
    • getProductStart

      int getProductStart()
      Gets the product start.
      Returns:
      the product start
    • setProductStart

      void setProductStart(int productStart)
      Sets the product start.
      Parameters:
      productStart - the new product start
    • getProductEnd

      int getProductEnd()
      Gets the product end.
      Returns:
      the product end
    • setProductEnd

      void setProductEnd(int productEnd)
      Sets the product end.
      Parameters:
      productEnd - the new product end
    • getTagId1

      int getTagId1()
      Gets the tag id 1.
      Returns:
      the tag id 1
    • setTagId1

      void setTagId1(int tagId1)
      Sets the tag id 1.
      Parameters:
      tagId1 - the new tag id 1
    • getTagId2

      int getTagId2()
      Gets the tag id 2.
      Returns:
      the tag id 2
    • setTagId2

      void setTagId2(int tagId2)
      Sets the tag id 2.
      Parameters:
      tagId2 - the new tag id 2
    • getLayoutLayers

      String getLayoutLayers()
      Gets the layout layers.
      Returns:
      the layout layers
    • setLayoutLayers

      void setLayoutLayers(String layoutLayers)
      Sets the layout layers.
      Parameters:
      layoutLayers - the new layout layers
    • isDefined

      boolean isDefined()
      Checks if is defined.
      Returns:
      true, if is defined
    • setIsDefined

      void setIsDefined(boolean defined)
      Sets the checks if is defined.
      Parameters:
      defined - the new checks if is defined
    • needsRequest

      boolean needsRequest()
      Needs request.
      Returns:
      true, if successful
    • needsRequest

      void needsRequest(boolean needsRequest)
      Needs request.
      Parameters:
      needsRequest - the needs request