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:
java.io.Serializable
- Enclosing class:
- FindStatement
public static class FindStatement.Sourcefile extends Comet3Entity
The type Sourcefile.- See Also:
- Serialized Form
-
-
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, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description Sourcefile()Instantiates a new Sourcefile.Sourcefile(CometFindStatement.Sourcefile sf)Instantiates a new Sourcefile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValuesTo(CometFindStatement.Sourcefile sf)Apply values to.booleanentityEquals(java.lang.Object other)Entity equals boolean.java.lang.StringgetAlias()Gets alias.java.lang.StringgetPath()Gets path.voidsetAlias(java.lang.String alias)Sets alias.voidsetPath(java.lang.String path)Sets path.-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestamp
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Constructor Detail
-
Sourcefile
public Sourcefile()
Instantiates a new Sourcefile.
-
Sourcefile
public Sourcefile(CometFindStatement.Sourcefile sf)
Instantiates a new Sourcefile.- Parameters:
sf- the sf
-
-
Method Detail
-
getAlias
public java.lang.String getAlias()
Gets alias.- Returns:
- the alias
-
setAlias
public void setAlias(java.lang.String alias)
Sets alias.- Parameters:
alias- the alias
-
getPath
public java.lang.String getPath()
Gets path.- Returns:
- the path
-
setPath
public void setPath(java.lang.String path)
Sets path.- Parameters:
path- the path
-
entityEquals
public boolean entityEquals(java.lang.Object other)
Description copied from class:Comet3EntityEntity equals boolean.- Overrides:
entityEqualsin classComet3Entity- Parameters:
other- the other- Returns:
- the boolean
-
applyValuesTo
public void applyValuesTo(CometFindStatement.Sourcefile sf)
Apply values to.- Parameters:
sf- the sf
-
-