  function cInterface(){
    this.m_classType = 'cInterface';
    this.m_sTag;     // a string which contains what you want 
    
    var m_oSelf = this;
  }