java.lang.Object
org.exoplatform.social.core.profile.settings.IMType

public class IMType extends Object
Created by The eXo Platform SAS.
Version:
$Id: IMType.java 00000 Apr 27, 2017 pnedonosko $
Author:
Peter Nedonosko
  • Constructor Details

    • IMType

      public IMType(String id, String name)
      Instantiates a new IM type.
      Parameters:
      id - the id
      name - the name
  • Method Details

    • getId

      public String getId()
      Gets the IM type ID. ID used for identification and referencing the type in content and i18n resources.
      Returns:
      the IM type ID
    • getName

      public String getName()
      Gets the IM type name. Name used for UI, log, admin screens.
      Returns:
      the IM type name
    • toString

      public String toString()
      Overrides:
      toString in class Object