Class ItemImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.item.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classItemImpl.ItemStatusThe enum Item status.static classItemImpl.ItemTypeThe enum Item type.static classItemImpl.PageTypeThe enum Page type.
-
Constructor Summary
Constructors Constructor Description ItemImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClassId()Gets the class id.intgetDefined()Gets the defined.java.lang.StringgetDocumentId()Gets the document id.java.lang.StringgetDocumentPosition()Gets the document position.java.lang.StringgetElement()Gets the element.intgetElementId()Gets the element id.java.lang.StringgetGrid()Gets the grid.java.lang.StringgetGridId()Gets the grid id.intgetGroupId()Gets the group id.intgetId()Gets the id.intgetId2()Gets the id 2.intgetId3()Gets the id 3.java.lang.StringgetLayoutLayers()Gets the layout layers.intgetLevel()Gets the level.java.lang.StringgetMasterPage()Gets the master page.intgetNeedsRequest()Gets the needs request.ItemImpl.PageTypegetPageType()Gets the page type.intgetPostRuleId()Gets the post rule id.java.lang.StringgetPostRuleParams()Gets the post rule params.intgetPreRuleId()Gets the pre rule id.java.lang.StringgetPreRuleParams()Gets the pre rule params.intgetProductEnd()Gets the product end.intgetProductStart()Gets the product start.java.lang.StringgetStatus()Gets the status.java.lang.StringgetStringId()Gets the string id.intgetTagId1()Gets the tag id 1.intgetTagId2()Gets the tag id 2.intgetTemplateId()Gets the template id.ItemImpl.ItemTypegetType()Gets the type.booleanisDefined()Checks if is defined.booleanneedsRequest()Needs request.voidneedsRequest(boolean needsRequest)Needs request.voidsetClassId(int classId)Sets the class id.voidsetDefined(int defined)Sets the defined.voidsetDocumentId(java.lang.String documentId)Sets the document id.voidsetDocumentPosition(java.lang.String documentPosition)Sets the document position.voidsetElement(java.lang.String element)Sets the element.voidsetElementId(int elementId)Sets the element id.voidsetGrid(java.lang.String grid)Sets the grid.voidsetGridId(java.lang.String gridId)Sets the grid id.voidsetGroupId(int groupId)Sets the group id.voidsetId(int id)Sets the id.voidsetId2(int id2)Sets the id 2.voidsetId3(int id3)Sets the id 3.voidsetIsDefined(boolean defined)Sets the checks if is defined.voidsetLayoutLayers(java.lang.String layoutLayers)Sets the layout layers.voidsetLevel(int level)Sets the level.voidsetMasterPage(java.lang.String masterPage)Sets the master page.voidsetNeedsRequest(int needsRequest)Sets the needs request.voidsetPageType(ItemImpl.PageType pageType)Sets the page type.voidsetPostRuleId(int postRuleId)Sets the post rule id.voidsetPostRuleParams(java.lang.String postRuleParams)Sets the post rule params.voidsetPreRuleId(int preRuleId)Sets the pre rule id.voidsetPreRuleParams(java.lang.String preRuleParams)Sets the pre rule params.voidsetProductEnd(int productEnd)Sets the product end.voidsetProductStart(int productStart)Sets the product start.voidsetStatus(java.lang.String status)Sets the status.voidsetStringId(java.lang.String stringId)Sets the string id.voidsetTagId1(int tagId1)Sets the tag id 1.voidsetTagId2(int tagId2)Sets the tag id 2.voidsetTemplateId(int templateId)Sets the template id.voidsetType(ItemImpl.ItemType type)Sets the type.
-
-
-
Method Detail
-
getType
public ItemImpl.ItemType getType()
Description copied from interface:ItemGets the type.
-
setType
public void setType(ItemImpl.ItemType type)
Description copied from interface:ItemSets the type.
-
getId
public int getId()
Description copied from interface:ItemGets the id.
-
setId
public void setId(int id)
Description copied from interface:ItemSets the id.
-
getId2
public int getId2()
Description copied from interface:ItemGets the id 2.
-
setId2
public void setId2(int id2)
Description copied from interface:ItemSets the id 2.
-
getId3
public int getId3()
Description copied from interface:ItemGets the id 3.
-
setId3
public void setId3(int id3)
Description copied from interface:ItemSets the id 3.
-
getStringId
public java.lang.String getStringId()
Description copied from interface:ItemGets the string id.- Specified by:
getStringIdin interfaceItem- Returns:
- the string id
-
setStringId
public void setStringId(java.lang.String stringId)
Description copied from interface:ItemSets the string id.- Specified by:
setStringIdin interfaceItem- Parameters:
stringId- the new string id
-
getTemplateId
public int getTemplateId()
Description copied from interface:ItemGets the template id.- Specified by:
getTemplateIdin interfaceItem- Returns:
- the template id
-
setTemplateId
public void setTemplateId(int templateId)
Description copied from interface:ItemSets the template id.- Specified by:
setTemplateIdin interfaceItem- Parameters:
templateId- the new template id
-
getDocumentId
public java.lang.String getDocumentId()
Description copied from interface:ItemGets the document id.- Specified by:
getDocumentIdin interfaceItem- Returns:
- the document id
-
setDocumentId
public void setDocumentId(java.lang.String documentId)
Description copied from interface:ItemSets the document id.- Specified by:
setDocumentIdin interfaceItem- Parameters:
documentId- the new document id
-
getDocumentPosition
public java.lang.String getDocumentPosition()
Description copied from interface:ItemGets the document position.- Specified by:
getDocumentPositionin interfaceItem- Returns:
- the document position
-
setDocumentPosition
public void setDocumentPosition(java.lang.String documentPosition)
Description copied from interface:ItemSets the document position.- Specified by:
setDocumentPositionin interfaceItem- Parameters:
documentPosition- the new document position
-
getClassId
public int getClassId()
Description copied from interface:ItemGets the class id.- Specified by:
getClassIdin interfaceItem- Returns:
- the class id
-
setClassId
public void setClassId(int classId)
Description copied from interface:ItemSets the class id.- Specified by:
setClassIdin interfaceItem- Parameters:
classId- the new class id
-
getGroupId
public int getGroupId()
Description copied from interface:ItemGets the group id.- Specified by:
getGroupIdin interfaceItem- Returns:
- the group id
-
setGroupId
public void setGroupId(int groupId)
Description copied from interface:ItemSets the group id.- Specified by:
setGroupIdin interfaceItem- Parameters:
groupId- the new group id
-
getStatus
public java.lang.String getStatus()
Description copied from interface:ItemGets the status.
-
setStatus
public void setStatus(java.lang.String status)
Description copied from interface:ItemSets the status.
-
getPageType
public ItemImpl.PageType getPageType()
Description copied from interface:ItemGets the page type.- Specified by:
getPageTypein interfaceItem- Returns:
- the page type
-
setPageType
public void setPageType(ItemImpl.PageType pageType)
Description copied from interface:ItemSets the page type.- Specified by:
setPageTypein interfaceItem- Parameters:
pageType- the new page type
-
getElement
public java.lang.String getElement()
Description copied from interface:ItemGets the element.- Specified by:
getElementin interfaceItem- Returns:
- the element
-
setElement
public void setElement(java.lang.String element)
Description copied from interface:ItemSets the element.- Specified by:
setElementin interfaceItem- Parameters:
element- the new element
-
getElementId
public int getElementId()
Description copied from interface:ItemGets the element id.- Specified by:
getElementIdin interfaceItem- Returns:
- the element id
-
setElementId
public void setElementId(int elementId)
Description copied from interface:ItemSets the element id.- Specified by:
setElementIdin interfaceItem- Parameters:
elementId- the new element id
-
getGrid
public java.lang.String getGrid()
Description copied from interface:ItemGets the grid.
-
setGrid
public void setGrid(java.lang.String grid)
Description copied from interface:ItemSets the grid.
-
getGridId
public java.lang.String getGridId()
Description copied from interface:ItemGets the grid id.
-
setGridId
public void setGridId(java.lang.String gridId)
Description copied from interface:ItemSets the grid id.
-
getMasterPage
public java.lang.String getMasterPage()
Description copied from interface:ItemGets the master page.- Specified by:
getMasterPagein interfaceItem- Returns:
- the master page
-
setMasterPage
public void setMasterPage(java.lang.String masterPage)
Description copied from interface:ItemSets the master page.- Specified by:
setMasterPagein interfaceItem- Parameters:
masterPage- the new master page
-
getNeedsRequest
public int getNeedsRequest()
Description copied from interface:ItemGets the needs request.- Specified by:
getNeedsRequestin interfaceItem- Returns:
- the needs request
-
setNeedsRequest
public void setNeedsRequest(int needsRequest)
Description copied from interface:ItemSets the needs request.- Specified by:
setNeedsRequestin interfaceItem- Parameters:
needsRequest- the new needs request
-
getDefined
public int getDefined()
Description copied from interface:ItemGets the defined.- Specified by:
getDefinedin interfaceItem- Returns:
- the defined
-
setDefined
public void setDefined(int defined)
Description copied from interface:ItemSets the defined.- Specified by:
setDefinedin interfaceItem- Parameters:
defined- the new defined
-
getLevel
public int getLevel()
Description copied from interface:ItemGets the level.
-
setLevel
public void setLevel(int level)
Description copied from interface:ItemSets the level.
-
getPreRuleId
public int getPreRuleId()
Description copied from interface:ItemGets the pre rule id.- Specified by:
getPreRuleIdin interfaceItem- Returns:
- the pre rule id
-
setPreRuleId
public void setPreRuleId(int preRuleId)
Description copied from interface:ItemSets the pre rule id.- Specified by:
setPreRuleIdin interfaceItem- Parameters:
preRuleId- the new pre rule id
-
getPreRuleParams
public java.lang.String getPreRuleParams()
Description copied from interface:ItemGets the pre rule params.- Specified by:
getPreRuleParamsin interfaceItem- Returns:
- the pre rule params
-
setPreRuleParams
public void setPreRuleParams(java.lang.String preRuleParams)
Description copied from interface:ItemSets the pre rule params.- Specified by:
setPreRuleParamsin interfaceItem- Parameters:
preRuleParams- the new pre rule params
-
getPostRuleId
public int getPostRuleId()
Description copied from interface:ItemGets the post rule id.- Specified by:
getPostRuleIdin interfaceItem- Returns:
- the post rule id
-
setPostRuleId
public void setPostRuleId(int postRuleId)
Description copied from interface:ItemSets the post rule id.- Specified by:
setPostRuleIdin interfaceItem- Parameters:
postRuleId- the new post rule id
-
getPostRuleParams
public java.lang.String getPostRuleParams()
Description copied from interface:ItemGets the post rule params.- Specified by:
getPostRuleParamsin interfaceItem- Returns:
- the post rule params
-
setPostRuleParams
public void setPostRuleParams(java.lang.String postRuleParams)
Description copied from interface:ItemSets the post rule params.- Specified by:
setPostRuleParamsin interfaceItem- Parameters:
postRuleParams- the new post rule params
-
getProductStart
public int getProductStart()
Description copied from interface:ItemGets the product start.- Specified by:
getProductStartin interfaceItem- Returns:
- the product start
-
setProductStart
public void setProductStart(int productStart)
Description copied from interface:ItemSets the product start.- Specified by:
setProductStartin interfaceItem- Parameters:
productStart- the new product start
-
getProductEnd
public int getProductEnd()
Description copied from interface:ItemGets the product end.- Specified by:
getProductEndin interfaceItem- Returns:
- the product end
-
setProductEnd
public void setProductEnd(int productEnd)
Description copied from interface:ItemSets the product end.- Specified by:
setProductEndin interfaceItem- Parameters:
productEnd- the new product end
-
getTagId1
public int getTagId1()
Description copied from interface:ItemGets the tag id 1.
-
setTagId1
public void setTagId1(int tagId1)
Description copied from interface:ItemSets the tag id 1.
-
getTagId2
public int getTagId2()
Description copied from interface:ItemGets the tag id 2.
-
setTagId2
public void setTagId2(int tagId2)
Description copied from interface:ItemSets the tag id 2.
-
getLayoutLayers
public java.lang.String getLayoutLayers()
Description copied from interface:ItemGets the layout layers.- Specified by:
getLayoutLayersin interfaceItem- Returns:
- the layout layers
-
setLayoutLayers
public void setLayoutLayers(java.lang.String layoutLayers)
Description copied from interface:ItemSets the layout layers.- Specified by:
setLayoutLayersin interfaceItem- Parameters:
layoutLayers- the new layout layers
-
isDefined
public boolean isDefined()
Description copied from interface:ItemChecks if is defined.
-
setIsDefined
public void setIsDefined(boolean defined)
Description copied from interface:ItemSets the checks if is defined.- Specified by:
setIsDefinedin interfaceItem- Parameters:
defined- the new checks if is defined
-
needsRequest
public boolean needsRequest()
Description copied from interface:ItemNeeds request.- Specified by:
needsRequestin interfaceItem- Returns:
- true, if successful
-
needsRequest
public void needsRequest(boolean needsRequest)
Description copied from interface:ItemNeeds request.- Specified by:
needsRequestin interfaceItem- Parameters:
needsRequest- the needs request
-
-