Class BasicLocalizedServiceInfo

java.lang.Object
net.solarnetwork.domain.BasicIdentity<String>
net.solarnetwork.domain.BasicLocalizedServiceInfo
All Implemented Interfaces:
Comparable<String>, Identity<String>, LocalizedServiceInfo
Direct Known Subclasses:
BasicConfigurableLocalizedServiceInfo

public class BasicLocalizedServiceInfo extends BasicIdentity<String> implements LocalizedServiceInfo
Basic immutable implementation of LocalizedServiceInfo.
Since:
1.43
Version:
1.0
Author:
matt
  • Constructor Details

    • BasicLocalizedServiceInfo

      public BasicLocalizedServiceInfo(String id, Locale locale, String name, String description, Map<String,String> infoMessages)
      Constructor.
      Parameters:
      id - the unique service identifier
      locale - the locale
      name - the localized name
      description - the localized description
      infoMessages - the localized info messages
  • Method Details