Interface Item
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ItemImpl
public interface Item extends java.io.SerializableThe Interface Item.
-
-
Method Summary
All Methods Instance Methods Abstract 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
ItemImpl.ItemType 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
java.lang.String getStringId()
Gets the string id.- Returns:
- the string id
-
setStringId
void setStringId(java.lang.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
java.lang.String getDocumentId()
Gets the document id.- Returns:
- the document id
-
setDocumentId
void setDocumentId(java.lang.String documentId)
Sets the document id.- Parameters:
documentId- the new document id
-
getDocumentPosition
java.lang.String getDocumentPosition()
Gets the document position.- Returns:
- the document position
-
setDocumentPosition
void setDocumentPosition(java.lang.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
java.lang.String getStatus()
Gets the status.- Returns:
- the status
-
setStatus
void setStatus(java.lang.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
java.lang.String getElement()
Gets the element.- Returns:
- the element
-
setElement
void setElement(java.lang.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
java.lang.String getGrid()
Gets the grid.- Returns:
- the grid
-
setGrid
void setGrid(java.lang.String grid)
Sets the grid.- Parameters:
grid- the new grid
-
getGridId
java.lang.String getGridId()
Gets the grid id.- Returns:
- the grid id
-
setGridId
void setGridId(java.lang.String gridId)
Sets the grid id.- Parameters:
gridId- the new grid id
-
getMasterPage
java.lang.String getMasterPage()
Gets the master page.- Returns:
- the master page
-
setMasterPage
void setMasterPage(java.lang.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
java.lang.String getPreRuleParams()
Gets the pre rule params.- Returns:
- the pre rule params
-
setPreRuleParams
void setPreRuleParams(java.lang.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
java.lang.String getPostRuleParams()
Gets the post rule params.- Returns:
- the post rule params
-
setPostRuleParams
void setPostRuleParams(java.lang.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
java.lang.String getLayoutLayers()
Gets the layout layers.- Returns:
- the layout layers
-
setLayoutLayers
void setLayoutLayers(java.lang.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
-
-