Packageat.fhjoanneum.dmt.umj.core.content.core
Classpublic class GenericEntity
InheritanceGenericEntity Inheritance Object
Subclasses AnimationElement, Calibration, ContentBundle, ContentElement, LocalizedItem, Playhead, PresentationElement, PresentationState, Relation, SpecialElement, Tag

GenericEntity provides base functionality for all entities like uid and methods to rewrite this uid. All entities are GenericEntities and define a method to get XML compatible TAGS! It's that simple.



Public Properties
 PropertyDefined By
  elementID : String
[read-only]
GenericEntity
Protected Properties
 PropertyDefined By
  _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
  
GenericEntity(linkedID:String)
GenericEntity
  
rewriteElementID(newElementID:String):void
rewrites the id.
GenericEntity
Property Detail
_elementIDproperty
protected var _elementID:String

every tag has an id an you can get it - if nothing was specified in the xml it's a default value.

elementIDproperty 
elementID:String  [read-only]


Implementation
    public function get elementID():String
Constructor Detail
GenericEntity()Constructor
public function GenericEntity(linkedID:String)



Parameters
linkedID:String
Method Detail
rewriteElementID()method
public function rewriteElementID(newElementID:String):void

rewrites the id. usually this is called at administration ui changes to an entity.

Parameters

newElementID:String