Class XEntity.Entity
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.XEntity
com.priint.pubserver.comet3.entity.XEntity.Entity
- All Implemented Interfaces:
Serializable
- Enclosing class:
- XEntity
The type Entity.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.comet3.entity.XEntity
XEntity.Entity, XEntity.TypedefNested 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 TypeMethodDescriptiongetFile()Gets file.Gets replace.Gets search.voidsetReplace(String replace) Sets replace.voidSets search.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
-
Entity
public Entity()Instantiates a new Entity.
-
-
Method Details
-
getSearch
Gets search.- Returns:
- the search
-
setSearch
Sets search.- Parameters:
search- the search
-
getReplace
Gets replace.- Returns:
- the replace
-
setReplace
Sets replace.- Parameters:
replace- the replace
-
getFile
Description copied from class:XEntityGets file.
-