Packageat.fhjoanneum.dmt.umj.core.content.entities
Classpublic class Playhead
InheritancePlayhead Inheritance GenericEntity Inheritance Object

This is a Subclass of GenericEntity and represents one Playhead (only used at video containers)



Public Properties
 PropertyDefined By
 InheritedelementID : String
[read-only]
GenericEntity
  localizedItemCollection : LocalizedItemCollection
[read-only]
Playhead
  timeInSeconds : Number
[read-only]
Playhead
Protected Properties
 PropertyDefined By
 Inherited_elementID : String
every tag has an id an you can get it - if nothing was specified in the xml it's a default value.
GenericEntity
Public Methods
 MethodDefined By
  
Playhead(linkedElementID:String, linkedTimeInSeconds:Number)
Playhead
  
Playhead
  
Playhead
 Inherited
rewriteElementID(newElementID:String):void
rewrites the id.
GenericEntity
  
rewriteItemContent(toset_elementID:String, toset_timeInSeconds:Number, toset_text:String, language:String):void
Playhead
Property Detail
localizedItemCollectionproperty
localizedItemCollection:LocalizedItemCollection  [read-only]


Implementation
    public function get localizedItemCollection():LocalizedItemCollection
timeInSecondsproperty 
timeInSeconds:Number  [read-only]


Implementation
    public function get timeInSeconds():Number
Constructor Detail
Playhead()Constructor
public function Playhead(linkedElementID:String, linkedTimeInSeconds:Number)



Parameters
linkedElementID:String
 
linkedTimeInSeconds:Number
Method Detail
getLocalizedItemByLanguage()method
public function getLocalizedItemByLanguage(language:String):LocalizedItem

Parameters

language:String

Returns
LocalizedItem
getXMLNodeRepresentation()method 
public function getXMLNodeRepresentation():String

Returns
String
rewriteItemContent()method 
public function rewriteItemContent(toset_elementID:String, toset_timeInSeconds:Number, toset_text:String, language:String):void

Parameters

toset_elementID:String
 
toset_timeInSeconds:Number
 
toset_text:String
 
language:String