Class ChannelKey
- java.lang.Object
-
- org.exoplatform.commons.api.notification.model.ChannelKey
-
- All Implemented Interfaces:
Serializable
public class ChannelKey extends Object implements Serializable
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Dec 14, 2014- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelKey(String id)ChannelKey(AbstractChannel channel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()inthashCode()static ChannelKeykey(String id)static ChannelKeykey(AbstractChannel channel)StringtoString()
-
-
-
Constructor Detail
-
ChannelKey
public ChannelKey(AbstractChannel channel)
-
ChannelKey
public ChannelKey(String id)
-
-
Method Detail
-
key
public static ChannelKey key(AbstractChannel channel)
-
key
public static ChannelKey key(String id)
-
getId
public String getId()
-
-