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:
java.io.Serializable
public class ScriptExample extends CometEntity
Example of a script.- 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 ScriptExample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the description.java.lang.StringgetIdentifier()Gets the identifier.java.lang.StringgetLabel()Gets the label.java.lang.StringgetRepositoryFilename()Gets the repository filename.java.lang.StringgetRepositoryPath()Gets the repository path.java.lang.StringgetScript()Gets the script.java.lang.StringgetSubtype()Gets the subtype.java.lang.StringgetType()Gets the type.voidsetDescription(java.lang.String description)Sets the description.voidsetIdentifier(java.lang.String identifier)Sets the identifier.voidsetLabel(java.lang.String label)Sets the label.voidsetRepositoryPath(java.lang.String repositoryPath)Sets the repository path.voidsetScript(java.lang.String script)Sets the script.voidsetSubtype(java.lang.String subtype)Sets the subtype.voidsetType(java.lang.String type)Sets the type.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Gets the description.- Returns:
- the description
-
getIdentifier
public java.lang.String getIdentifier()
Gets the identifier.- Returns:
- the identifier
-
getLabel
public java.lang.String getLabel()
Gets the label.- Returns:
- the label
-
getRepositoryFilename
public java.lang.String getRepositoryFilename() throws CometExceptionGets the repository filename.- Overrides:
getRepositoryFilenamein classCometEntity- Returns:
- the repository filename
- Throws:
CometException- the comet exception
-
getRepositoryPath
public java.lang.String getRepositoryPath() throws CometExceptionGets the repository path.- Overrides:
getRepositoryPathin classCometEntity- Returns:
- the repository path
- Throws:
CometException- the comet exception
-
getScript
public java.lang.String getScript()
Gets the script.- Returns:
- the script
-
getSubtype
public java.lang.String getSubtype()
Gets the subtype.- Returns:
- the subtype
-
getType
public java.lang.String getType()
Gets the type.- Returns:
- the type
-
setDescription
public void setDescription(java.lang.String description)
Sets the description.- Parameters:
description- the new description
-
setIdentifier
public void setIdentifier(java.lang.String identifier)
Sets the identifier.- Parameters:
identifier- the new identifier
-
setLabel
public void setLabel(java.lang.String label)
Sets the label.- Parameters:
label- the new label
-
setRepositoryPath
public void setRepositoryPath(java.lang.String repositoryPath)
Sets the repository path.- Parameters:
repositoryPath- the new repository path
-
setScript
public void setScript(java.lang.String script)
Sets the script.- Parameters:
script- the new script
-
setSubtype
public void setSubtype(java.lang.String subtype)
Sets the subtype.- Parameters:
subtype- the new subtype
-
setType
public void setType(java.lang.String type)
Sets the type.- Parameters:
type- the new type
-
-