Package org.opencms.ade.galleries.shared
Class CmsGalleryActionInfo
java.lang.Object
org.opencms.ade.galleries.shared.CmsGalleryActionInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsGalleryActionInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Represents information about whether a gallery folder should use a custom upload action.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor for serialization.CmsGalleryActionInfo
(CmsUUID structureId, String uploadAction) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the structure id of the folder.Gets the upload action (may be null).
-
Constructor Details
-
CmsGalleryActionInfo
Creates a new instance.- Parameters:
structureId
- the structure id of the folderuploadAction
- the upload action
-
CmsGalleryActionInfo
protected CmsGalleryActionInfo()Default constructor for serialization.
-
-
Method Details
-
getStructureId
Gets the structure id of the folder.- Returns:
- the structure id
-
getUploadAction
Gets the upload action (may be null).- Returns:
- the upload action
-