|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectspcp7.imagegallery.abstractionlayer.persistence.model.impl.ContentFolderModelImpl
public class ContentFolderModelImpl
| Constructor Summary | |
|---|---|
ContentFolderModelImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getActivated()
This boolean indicates if the content folder is activated and thus will or will not be shown in the list of content folders. |
java.lang.String |
getContentProviderTypeID()
The typeId of the content provider of this content folder. |
java.lang.Long |
getId()
The id of this content provider |
java.lang.String |
getName()
|
java.lang.String |
getPreviewImageUrl()
|
java.util.Map<java.lang.String,PropertyModelFace> |
getProperties()
A key value map of all properties of this content providers. |
void |
setActivated(java.lang.Boolean activated)
|
void |
setContentProviderTypeID(java.lang.String contentProviderTypeId)
This method set the content provider of this content folder to a new value. |
void |
setId(java.lang.Long id)
|
void |
setName(java.lang.String name)
|
void |
setPreviewImageUrl(java.lang.String previewImageUrl)
|
void |
setProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentFolderModelImpl()
| Method Detail |
|---|
public java.lang.String getContentProviderTypeID()
ContentFolderModelFace
getContentProviderTypeID in interface ContentFolderModelFacepublic java.lang.Long getId()
ContentFolderModelFace
getId in interface ContentFolderModelFacepublic java.lang.String getName()
getName in interface ContentFolderModelFacepublic void setContentProviderTypeID(java.lang.String contentProviderTypeId)
ContentFolderModelFace
setContentProviderTypeID in interface ContentFolderModelFacecontentProviderTypeId - the typeID of the new content providerpublic void setId(java.lang.Long id)
setId in interface ContentFolderModelFaceid - the idpublic void setName(java.lang.String name)
setName in interface ContentFolderModelFacename - the name to setpublic java.lang.String getPreviewImageUrl()
public void setPreviewImageUrl(java.lang.String previewImageUrl)
public void setProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
setProperties in interface ContentFolderModelFaceproperties - the new properties of this content folderContentFolderModelFace.getProperties()public java.util.Map<java.lang.String,PropertyModelFace> getProperties()
ContentFolderModelFaceContentProviderRegistryFace will be saved.
getProperties in interface ContentFolderModelFacePropertyModelFace.getSchluessel().public java.lang.Boolean getActivated()
ContentFolderModelFaceBoolean value and not
the primitive type boolean and that conversions are needed eventually.
getActivated in interface ContentFolderModelFacepublic void setActivated(java.lang.Boolean activated)
setActivated in interface ContentFolderModelFaceactivated - True if this folder should be activated, false otherwise.ContentFolderModelFace.getActivated()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||