Class XIndex
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.XIndex
- All Implemented Interfaces:
Serializable
Java Interface for index complex type. For internal use only
The following schema fragments specify the expected content contained within this class.
<complexType name="index">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="file" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="nodepath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="unique" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
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 enabled.getFile()Gets file.Gets nodepath.Gets unique.voidsetEnabled(String enabled) Sets enabled.voidSets file.voidsetNodepath(String nodepath) Sets nodepath.voidSets unique.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
-
XIndex
public XIndex()Instantiates a new X index.
-
-
Method Details
-
getFile
Gets file.- Returns:
- the file
-
setFile
Sets file.- Parameters:
file- the file
-
getNodepath
Gets nodepath.- Returns:
- the nodepath
-
setNodepath
Sets nodepath.- Parameters:
nodepath- the nodepath
-
getUnique
Gets unique.- Returns:
- the unique
-
setUnique
Sets unique.- Parameters:
unique- the unique
-
getEnabled
Gets enabled.- Returns:
- the enabled
-
setEnabled
Sets enabled.- Parameters:
enabled- the enabled
-