Interface GomSingleProjectEntry
- All Superinterfaces:
GomElement
,GomProjectEntry
,Serializable
- All Known Implementing Classes:
GomMediaStoreLocalProjectEntry
,GomMediaStoreRemoteProjectEntry
,GomSiteOrMediaStoreLocalProjectEntry
,GomSiteOrMediaStoreRemoteProjectEntry
,GomStorableLocalProjectEntry
,GomStorableRemoteProjectEntry
Represents a single project
- Since:
- 4.2.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Placeholder for the reference name of a local project -
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of this entry.Get the upload folder to be used for this project.boolean
isLocal()
Indicates the local project.void
setUploadFolder
(String uploadFolder) Set the upload folder for this project.Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomProjectEntry
asConstraint
-
Field Details
-
LOCAL_NAME
Placeholder for the reference name of a local project- Since:
- 4.2.5
- See Also:
-
-
Method Details
-
getName
String getName()The name of this entry.- Returns:
- The name of the project.
- Since:
- 4.2.5
-
isLocal
boolean isLocal()Indicates the local project.- Returns:
true
iff this entry represents the local project.- Since:
- 4.2.5
-
getUploadFolder
String getUploadFolder()Get the upload folder to be used for this project.- Returns:
- The name of the upload folder.
- Since:
- 4.2.5
-
setUploadFolder
Set the upload folder for this project.- Parameters:
uploadFolder
- The name of the upload folder.- Since:
- 4.2.5
-