/**
  * This method returns the company name element intention.
  *         	   		  	 	 	
  * @return Customweb_Form_Intention_Intention
  */
 public static function getCompanyNameIntention()
 {
     if (self::$companyName === null) {
         self::$companyName = new Customweb_Form_Intention_Intention('company-name');
     }
     return self::$companyName;
 }