Class ScriptExample
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.example.ScriptExample
- All Implemented Interfaces:
Serializable
Example of a script.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.CategoryNested 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_QUALIFIERFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the description.Gets the identifier.getLabel()Gets the label.Gets the repository filename.Gets the repository path.Gets the script.Gets the subtype.getType()Gets the type.voidsetDescription(String description) Sets the description.voidsetIdentifier(String identifier) Sets the identifier.voidSets the label.voidsetRepositoryPath(String repositoryPath) Sets the repository path.voidSets the script.voidsetSubtype(String subtype) Sets the subtype.voidSets the type.Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
ScriptExample
public ScriptExample()
-
-
Method Details
-
getDescription
Gets the description.- Returns:
- the description
-
getIdentifier
Gets the identifier.- Returns:
- the identifier
-
getLabel
Gets the label.- Returns:
- the label
-
getRepositoryFilename
Gets the repository filename.- Overrides:
getRepositoryFilenamein classCometEntity- Returns:
- the repository filename
- Throws:
CometException- the comet exception
-
getRepositoryPath
Gets the repository path.- Overrides:
getRepositoryPathin classCometEntity- Returns:
- the repository path
- Throws:
CometException- the comet exception
-
getScript
Gets the script.- Returns:
- the script
-
getSubtype
Gets the subtype.- Returns:
- the subtype
-
getType
Gets the type.- Returns:
- the type
-
setDescription
Sets the description.- Parameters:
description- the new description
-
setIdentifier
Sets the identifier.- Parameters:
identifier- the new identifier
-
setLabel
Sets the label.- Parameters:
label- the new label
-
setRepositoryPath
Sets the repository path.- Parameters:
repositoryPath- the new repository path
-
setScript
Sets the script.- Parameters:
script- the new script
-
setSubtype
Sets the subtype.- Parameters:
subtype- the new subtype
-
setType
Sets the type.- Parameters:
type- the new type
-