Class CometFindStatement.Sourcefile
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.xdraft.CometFindStatement.Sourcefile
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometFindStatement
@CometTypeConstraints(calculateIds=false) public static class CometFindStatement.Sourcefile extends CometEntity
The Class Sourcefile.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description Sourcefile()Instantiates a new sourcefile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlias()Gets the alias.java.lang.StringgetPath()Gets the path.voidsetAlias(java.lang.String alias)Sets the alias.voidsetPath(java.lang.String path)Sets the path.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getAlias
public java.lang.String getAlias()
Gets the alias.- Returns:
- the alias
-
setAlias
public void setAlias(java.lang.String alias)
Sets the alias.- Parameters:
alias- the new alias
-
getPath
public java.lang.String getPath()
Gets the path.- Returns:
- the path
-
setPath
public void setPath(java.lang.String path)
Sets the path.- Parameters:
path- the new path
-
-