public class MediaEntryModuleImpl extends MediaModuleImpl implements MediaEntryModule, Cloneable, Serializable
URI| Constructor and Description |
|---|
MediaEntryModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one as defined by the Object equals()
method.
|
MediaContent[] |
getMediaContents()
MediaContent items for the entry
|
MediaGroup[] |
getMediaGroups()
MediaGroups for the entry
|
int |
hashCode()
Returns a hashcode value for the object.
|
void |
setMediaContents(MediaContent[] mediaContents)
MediaContent items for the entry
|
void |
setMediaGroups(MediaGroup[] mediaGroups)
MediaGroups for the entry
|
String |
toString()
Returns the String representation for the object.
|
getInterface, getMetadata, getPlayer, getUri, setMetadata, setPlayerfinalize, getClass, notify, notifyAll, wait, wait, waitgetMetadata, getPlayergetInterfacepublic void setMediaContents(MediaContent[] mediaContents)
mediaContents - MediaContent items for the entrypublic MediaContent[] getMediaContents()
getMediaContents in interface MediaEntryModulepublic void setMediaGroups(MediaGroup[] mediaGroups)
mediaGroups - MediaGroups for the entrypublic MediaGroup[] getMediaGroups()
getMediaGroups in interface MediaEntryModulepublic Object clone()
ModuleImplclone in interface Moduleclone in class MediaModuleImplpublic boolean equals(Object obj)
ModuleImplequals in class ModuleImplobj - he reference object with which to compare.public int hashCode()
ModuleImplIt follows the contract defined by the Object hashCode() method.
hashCode in class ModuleImplpublic String toString()
ModuleImpltoString 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.
copyFrom in interface CopyFromcopyFrom in class MediaModuleImplobj - the instance to copy properties from.Copyright © 2025. All rights reserved.