Ejemplo n.º 1
0
 /**
  * @param key
  * @return
  */
 public String getProperty(SocialChannelPropertyKey key)
 {
     return(this.props[key]);
 }
Ejemplo n.º 2
0
 /**
  * @param key
  * @param propValue
  */
 public SocialChannelProperties putProperty(SocialChannelPropertyKey key, String propValue)
 {
     this.props.Add(key, propValue);
     return(this);
 }
Ejemplo n.º 3
0
 /**
  * @param key
  * @param propValue
  */
 public SocialChannelProperties putProperty(SocialChannelPropertyKey key, String propValue)
 {
     this.props.Add(key, propValue);
     return this;
 }
Ejemplo n.º 4
0
 /**
  * @param key
  * @return
  */
 public String getProperty(SocialChannelPropertyKey key)
 {
     return this.props[key];
 }
Ejemplo n.º 5
0
 super.plugChannel(new SocialChannelProperties().putProperty(SocialChannelPropertyKey.NAME, FacebookChannel.NAME), FacebookChannel.class);
Ejemplo n.º 6
0
 super.plugChannel(new SocialChannelProperties().putProperty(SocialChannelPropertyKey.NAME, LinkedinChannel.NAME), LinkedinChannel.class);