Class FrameRule
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.FrameRule
- All Implemented Interfaces:
Serializable
Java Interface for framerule complex type. For internal use only
The following schema fragments specify the expected content contained within this class.
<complexType name="rule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="params" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="banner">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gridid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="elementid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="pagerelative" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="intersection" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="distance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="framerule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pageitemid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="prerule" type="{http://comet.priint.com/configuration/entities/framerule}rule" minOccurs="1"/>
<element name="postrule" type="{http://comet.priint.com/configuration/entities/framerule}rule" minOccurs="1"/>
<element name="banner" type="{http://comet.priint.com/configuration/entities/framerule}banner" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Banner.static classThe type Rule.Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T> -
Field Summary
Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets banner.Gets page item id.Gets postrule.Gets prerule.voidsetBanner(FrameRule.Banner banner) Sets banner.voidsetPageItemId(Integer pageItemId) Sets page item id.voidsetPostrule(FrameRule.Rule postrule) Sets postrule.voidsetPrerule(FrameRule.Rule prerule) Sets prerule.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
FrameRule
public FrameRule()Instantiates a new Frame rule.
-
-
Method Details
-
getBanner
Gets banner.- Returns:
- the banner
-
getPageItemId
Gets page item id.- Returns:
- the page item id
-
getPostrule
Gets postrule.- Returns:
- the postrule
-
getPrerule
Gets prerule.- Returns:
- the prerule
-
setBanner
Sets banner.- Parameters:
banner- the banner
-
setPageItemId
Sets page item id.- Parameters:
pageItemId- the page item id
-
setPostrule
Sets postrule.- Parameters:
postrule- the postrule
-
setPrerule
Sets prerule.- Parameters:
prerule- the prerule
-