Issue 10811

Use country enum for NetworkEntity

10811
Reporter: mdoering
Assignee: mdoering
Type: Improvement
Summary: Use country enum for NetworkEntity
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-02-13 11:52:47.725
Updated: 2013-12-16 17:50:43.813
Resolved: 2012-02-22 16:55:36.604
        
Description: Instead of 2 current String properties we could just use the country enum?

  private String country;
  private String isoCountryCode;
]]>