Class GomMediaStoreLocalProjectEntry
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.GomMediaStoreLocalProjectEntry
- All Implemented Interfaces:
GomElement
,GomProjectEntry
,GomSingleProjectEntry
,Serializable
@NonExtendable
public class GomMediaStoreLocalProjectEntry
extends AbstractGomElement
implements GomSingleProjectEntry
Entry describing the local project.
- Since:
- 4.2.5
- See Also:
-
Field Summary
FieldsFields inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomSingleProjectEntry
LOCAL_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a constraint representation of this entry.boolean
protected String
Return the default tag for a gom element.getName()
The name of this entry.Restrict access to specific mediastore folders (including sub-folders)Get the upload folder to be used for this project.int
hashCode()
boolean
isLocal()
Indicates the local project.void
Sets the fixed name of the local project.void
setUploadFolder
(String uploadFolder) Set the upload folder for this project.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Field Details
-
TAG
The tag of this component- Since:
- 4.0
- See Also:
-
-
Constructor Details
-
GomMediaStoreLocalProjectEntry
public GomMediaStoreLocalProjectEntry()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElement
Return the default tag for a gom element.- Specified by:
getDefaultTag
in classAbstractGomElement
- Returns:
- The elements default tag.
-
getName
Description copied from interface:GomSingleProjectEntry
The name of this entry.- Specified by:
getName
in interfaceGomSingleProjectEntry
- Returns:
- The name of the project.
-
setName
Sets the fixed name of the local project.- Since:
- 4.2.5
-
getUploadFolder
Description copied from interface:GomSingleProjectEntry
Get the upload folder to be used for this project.- Specified by:
getUploadFolder
in interfaceGomSingleProjectEntry
- Returns:
- The name of the upload folder.
-
setUploadFolder
Description copied from interface:GomSingleProjectEntry
Set the upload folder for this project.- Specified by:
setUploadFolder
in interfaceGomSingleProjectEntry
- Parameters:
uploadFolder
- The name of the upload folder.
-
getSources
Restrict access to specific mediastore folders (including sub-folders)- Since:
- 4.2.9
-
asConstraint
Description copied from interface:GomProjectEntry
Get a constraint representation of this entry.- Specified by:
asConstraint
in interfaceGomProjectEntry
- Returns:
- The entry's constraint representation.
-
equals
-
hashCode
public int hashCode() -
isLocal
public boolean isLocal()Description copied from interface:GomSingleProjectEntry
Indicates the local project.- Specified by:
isLocal
in interfaceGomSingleProjectEntry
- Returns:
true
iff this entry represents the local project.
-