Class FindStatement.Sourcefile
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.FindStatement.Sourcefile
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FindStatement
The type Sourcefile.
- 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
ConstructorsConstructorDescriptionInstantiates a new Sourcefile.Instantiates a new Sourcefile. -
Method Summary
Modifier and TypeMethodDescriptionvoidApply values to.booleanentityEquals(Object other) Entity equals boolean.getAlias()Gets alias.getPath()Gets path.voidSets alias.voidSets path.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
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
-
Sourcefile
public Sourcefile()Instantiates a new Sourcefile. -
Sourcefile
Instantiates a new Sourcefile.- Parameters:
sf- the sf
-
-
Method Details
-
getAlias
Gets alias.- Returns:
- the alias
-
setAlias
Sets alias.- Parameters:
alias- the alias
-
getPath
Gets path.- Returns:
- the path
-
setPath
Sets path.- Parameters:
path- the path
-
entityEquals
Description copied from class:Comet3EntityEntity equals boolean.- Overrides:
entityEqualsin classComet3Entity- Parameters:
other- the other- Returns:
- the boolean
-
applyValuesTo
Apply values to.- Parameters:
sf- the sf
-