public class CmsGalleryFolderBean extends java.lang.Object implements I_CmsHasTitle, I_CmsHasPath, I_CmsHasType, com.google.gwt.user.client.rpc.IsSerializable
构造器和说明 |
---|
CmsGalleryFolderBean() |
限定符和类型 | 方法和说明 |
---|---|
java.util.ArrayList<java.lang.String> |
getContentTypes()
Returns the content types which can be used within this gallery type.
|
java.lang.String |
getPath()
Returns the description.
|
java.lang.String |
getTitle()
Returns the title.
|
java.lang.String |
getType()
Returns the gallery type name.
|
boolean |
isEditable()
Returns the editable flag.
|
boolean |
matchesFilter(java.lang.String filter)
Returns if the gallery matches the given filter.
|
void |
setContentTypes(java.util.ArrayList<java.lang.String> contentTypes)
Sets the content types which can be used within this gallery type.
|
void |
setEditable(boolean editable)
Sets if the user has write permissions to the gallery folder.
|
void |
setPath(java.lang.String path)
Sets the description.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
void |
setType(java.lang.String type)
Sets the gallery type name.
|
public java.util.ArrayList<java.lang.String> getContentTypes()
public java.lang.String getPath()
getPath
在接口中 I_CmsHasPath
public java.lang.String getTitle()
getTitle
在接口中 I_CmsHasTitle
public java.lang.String getType()
getType
在接口中 I_CmsHasType
public boolean isEditable()
public boolean matchesFilter(java.lang.String filter)
filter
- the filter to matchtrue
if the gallery matches the given filter.public void setContentTypes(java.util.ArrayList<java.lang.String> contentTypes)
contentTypes
- the contentTypes to setpublic void setEditable(boolean editable)
editable
- true
if the user has write permissions to the gallery folderpublic void setPath(java.lang.String path)
path
- the description to setpublic void setTitle(java.lang.String title)
title
- the title to setpublic void setType(java.lang.String type)
type
- the type name of this gallery