public class MediaModuleImpl extends ModuleImpl implements MediaModule
URI| Constructor and Description |
|---|
MediaModuleImpl() |
MediaModuleImpl(java.lang.Class<? extends MediaModule> clazz,
java.lang.String uri)
constructor that passes values up to ModuleImpl.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object.
|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
java.lang.Class<MediaModule> |
getInterface()
Returns the interface the copyFrom works on.
|
Metadata |
getMetadata()
Metadata for a feed.
|
PlayerReference |
getPlayer()
Player for a feed.
|
java.lang.String |
getUri()
Returns the URI of the module.
|
void |
setMetadata(Metadata metadata)
Metadata for a feed.
|
void |
setPlayer(PlayerReference player)
Player for a feed.
|
equals, hashCode, toStringpublic MediaModuleImpl()
public MediaModuleImpl(java.lang.Class<? extends MediaModule> clazz, java.lang.String uri)
public java.lang.Class<MediaModule> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic void setMetadata(Metadata metadata)
metadata - Metadata for a feed.public Metadata getMetadata()
getMetadata in interface MediaModulepublic void setPlayer(PlayerReference player)
player - Player for a feed.public PlayerReference getPlayer()
getPlayer in interface MediaModulepublic java.lang.String getUri()
ModuleImplgetUri in interface ModulegetUri in class ModuleImplpublic java.lang.Object clone()
ModuleImplclone in interface Moduleclone in class ModuleImplpublic void copyFrom(CopyFrom obj)
CopyFromAny existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
Copyright © 2025. All rights reserved.