Packageat.fhjoanneum.dmt.umj.core.content.entities
Classpublic class LocalizedItem
InheritanceLocalizedItem Inheritance GenericEntity Inheritance Object

This is a Subclass of GenericEntity and represents one LocalizedItem (as defined in its XML representation)



Public Properties
 PropertyDefined By
  component : GenericMediaComponent
LocalizedItem
  content : String
[read-only]
LocalizedItem
 InheritedelementID : String
[read-only]
GenericEntity
  language : String
[read-only]
LocalizedItem
  type : String
LocalizedItem
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
  
LocalizedItem(linkedElementID:String, linkedLanguage:String, linkedType:String, linkedContent:String)
LocalizedItem
  
LocalizedItem
 Inherited
rewriteElementID(newElementID:String):void
rewrites the id.
GenericEntity
  
rewriteItemContent(newContent:String):void
LocalizedItem
Property Detail
componentproperty
component:GenericMediaComponent


Implementation
    public function get component():GenericMediaComponent
    public function set component(value:GenericMediaComponent):void
contentproperty 
content:String  [read-only]


Implementation
    public function get content():String
languageproperty 
language:String  [read-only]


Implementation
    public function get language():String
typeproperty 
type:String


Implementation
    public function get type():String
    public function set type(value:String):void
Constructor Detail
LocalizedItem()Constructor
public function LocalizedItem(linkedElementID:String, linkedLanguage:String, linkedType:String, linkedContent:String)



Parameters
linkedElementID:String
 
linkedLanguage:String
 
linkedType:String
 
linkedContent:String
Method Detail
getXMLNodeRepresentation()method
public function getXMLNodeRepresentation():String

Returns
String
rewriteItemContent()method 
public function rewriteItemContent(newContent:String):void

Parameters

newContent:String