public class MediaFolderModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
PATH
Generated constant - Attribute key of
MediaFolder.path attribute defined at extension core. |
static String |
QUALIFIER
Generated constant - Attribute key of
MediaFolder.qualifier attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MediaFolderModel()
Generated constructor - Default constructor for generic creation.
|
MediaFolderModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MediaFolderModel(ItemModel _owner,
String _path,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MediaFolderModel(String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Generated method - Getter of the
MediaFolder.path attribute defined at extension core. |
String |
getQualifier()
Generated method - Getter of the
MediaFolder.qualifier attribute defined at extension core. |
void |
setPath(String value)
Generated method - Initial setter of
MediaFolder.path attribute defined at extension core. |
void |
setQualifier(String value)
Generated method - Setter of
MediaFolder.qualifier attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String QUALIFIER
MediaFolder.qualifier attribute defined at extension core.public static final String PATH
MediaFolder.path attribute defined at extension core.public MediaFolderModel()
public MediaFolderModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MediaFolderModel(String _qualifier)
_qualifier - initial attribute declared by type MediaFolder at extension core@Deprecated public MediaFolderModel(ItemModel _owner, String _path, String _qualifier)
_owner - initial attribute declared by type Item at extension core_path - initial attribute declared by type MediaFolder at extension core_qualifier - initial attribute declared by type MediaFolder at extension core@Accessor(qualifier="path", type=GETTER) public String getPath()
MediaFolder.path attribute defined at extension core.@Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
MediaFolder.qualifier attribute defined at extension core.@Accessor(qualifier="path", type=SETTER) public void setPath(String value)
MediaFolder.path attribute defined at extension core. Can only be used at creation of model - before first save.value - the path - The physical path of the folder relative the the media webrootCopyright © 2017 SAP SE. All Rights Reserved.