lumis.socialnetwork
Class SocialNetwork

Package class diagram package SocialNetwork
java.lang.Object
  extended by lumis.socialnetwork.SocialNetwork
All Implemented Interfaces:
ISocialNetwork

public class SocialNetwork
extends Object
implements ISocialNetwork

Social Network Entity

Since:
6.1.0

Constructor Summary
SocialNetwork(String name, ChannelConfig channelBase, PageConfig personalPage, ServiceInstanceConfig serviceInstance, String sourceId, String userFieldId, String className)
           
 
Method Summary
 String getChannelBaseId()
          Returns the channelBaseId.
 Date getCreationDate()
          Returns the creationDate.
 String getId()
          Returns the id.
 String getName()
          Returns the name.
 String getPersonalPageId()
          Returns the personalPageId.
 String getSocialProfileProviderClassName()
          Returns the socialProfileClassName.
 String getSocialProfileServiceInstanceId()
          Returns the socialProfileServiceInstanceId.
 String getSocialProfileServiceInstanceSourceId()
          Returns the socialProfileServiceInstanceSourceId.
 String getSocialProfileUserFieldId()
          Returns the socialProfileUserFieldId.
 void setChannelBaseId(String channelBaseId)
          Sets the channelBaseId.
 void setCreationDate(Date creationDate)
          Sets the creationDate.
 void setName(String name)
          Sets the name.
 void setPersonalPageId(String personalPageId)
          Sets the personalPageId.
 void setSocialProfileProviderClassName(String socialProfileClassName)
          Sets the socialProfileClassName.
 void setSocialProfileServiceInstanceId(String socialProfileServiceInstanceId)
          Sets the socialProfileServiceInstanceId.
 void setSocialProfileServiceInstanceSourceId(String socialProfileServiceInstanceSourceId)
          Sets the socialProfileServiceInstanceSourceId.
 void setSocialProfileUserFieldId(String socialProfileUserFieldId)
          Sets the socialProfileUserFieldId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialNetwork

public SocialNetwork(String name,
                     ChannelConfig channelBase,
                     PageConfig personalPage,
                     ServiceInstanceConfig serviceInstance,
                     String sourceId,
                     String userFieldId,
                     String className)
Method Detail

getChannelBaseId

public String getChannelBaseId()
Returns the channelBaseId.

Specified by:
getChannelBaseId in interface ISocialNetwork
Returns:
the channelBaseId
Since:
6.1.0

setChannelBaseId

public void setChannelBaseId(String channelBaseId)
Sets the channelBaseId.

Parameters:
channelBaseId - the channelBaseId value to set.
Since:
6.1.0

getCreationDate

public Date getCreationDate()
Returns the creationDate.

Specified by:
getCreationDate in interface ISocialNetwork
Returns:
the creationDate
Since:
6.1.0

setCreationDate

public void setCreationDate(Date creationDate)
Sets the creationDate.

Parameters:
creationDate - the creationDate value to set.
Since:
6.1.0

getName

public String getName()
Returns the name.

Specified by:
getName in interface ISocialNetwork
Returns:
the name
Since:
6.1.0

setName

public void setName(String name)
Sets the name.

Parameters:
name - the name value to set.
Since:
6.1.0

getPersonalPageId

public String getPersonalPageId()
Returns the personalPageId.

Specified by:
getPersonalPageId in interface ISocialNetwork
Returns:
the personalPageId
Since:
6.1.0

setPersonalPageId

public void setPersonalPageId(String personalPageId)
Sets the personalPageId.

Parameters:
personalPageId - the personalPageId value to set.
Since:
6.1.0

getSocialProfileProviderClassName

public String getSocialProfileProviderClassName()
Returns the socialProfileClassName.

Returns:
the socialProfileClassName
Since:
6.1.0

setSocialProfileProviderClassName

public void setSocialProfileProviderClassName(String socialProfileClassName)
Sets the socialProfileClassName.

Parameters:
socialProfileClassName - the socialProfileClassName value to set.
Since:
6.1.0

getSocialProfileServiceInstanceId

public String getSocialProfileServiceInstanceId()
Returns the socialProfileServiceInstanceId.

Returns:
the socialProfileServiceInstanceId
Since:
6.1.0

setSocialProfileServiceInstanceId

public void setSocialProfileServiceInstanceId(String socialProfileServiceInstanceId)
Sets the socialProfileServiceInstanceId.

Parameters:
socialProfileServiceInstanceId - the socialProfileServiceInstanceId value to set.
Since:
6.1.0

getSocialProfileServiceInstanceSourceId

public String getSocialProfileServiceInstanceSourceId()
Returns the socialProfileServiceInstanceSourceId.

Returns:
the socialProfileServiceInstanceSourceId
Since:
6.1.0

setSocialProfileServiceInstanceSourceId

public void setSocialProfileServiceInstanceSourceId(String socialProfileServiceInstanceSourceId)
Sets the socialProfileServiceInstanceSourceId.

Parameters:
socialProfileServiceInstanceSourceId - the socialProfileServiceInstanceSourceId value to set.
Since:
6.1.0

getSocialProfileUserFieldId

public String getSocialProfileUserFieldId()
Returns the socialProfileUserFieldId.

Returns:
the socialProfileUserFieldId
Since:
6.1.0

setSocialProfileUserFieldId

public void setSocialProfileUserFieldId(String socialProfileUserFieldId)
Sets the socialProfileUserFieldId.

Parameters:
socialProfileUserFieldId - the socialProfileUserFieldId value to set.
Since:
6.1.0

getId

public String getId()
Returns the id.

Specified by:
getId in interface ISocialNetwork
Returns:
the id
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.