|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.content.socialnetwork.integration.ContentMessageIntegration
public class ContentMessageIntegration
Content message integration.
Field Summary | |
---|---|
static String |
NAMED_QUERY_FIND_BY_CONTENT_LOCALE
Named query used to find content message integrations by the content locale. |
static String |
NAMED_QUERY_FIND_BY_MESSAGE_AND_CONTENT_LOCALE
Named query used to find a content message integration by message and content locale. |
Constructor Summary | |
---|---|
ContentMessageIntegration(ContentLocale contentLocale,
SocialNetworkMessage message)
Creates a new content message integration. |
Method Summary | |
---|---|
ContentLocale |
getContentLocale()
Returns the contentLocale. |
static List<ContentMessageIntegration> |
getContentMessageIntegrations(ContentLocale contentLocale)
Returns a list of integrations by a content locale. |
SocialNetworkMessage |
getMessage()
Returns the message. |
boolean |
isDefault()
Returns the isDefault. |
void |
setContentLocale(ContentLocale contentLocale)
Sets the contentLocale. |
void |
setDefault(boolean isDefault)
Sets the isDefault. |
void |
setMessage(SocialNetworkMessage message)
Sets the message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAMED_QUERY_FIND_BY_CONTENT_LOCALE
public static final String NAMED_QUERY_FIND_BY_MESSAGE_AND_CONTENT_LOCALE
Constructor Detail |
---|
public ContentMessageIntegration(ContentLocale contentLocale, SocialNetworkMessage message)
contentLocale
- the content locale.message
- the message.Method Detail |
---|
public ContentLocale getContentLocale()
public void setContentLocale(ContentLocale contentLocale)
contentLocale
- the contentLocale value to set.public SocialNetworkMessage getMessage()
public void setMessage(SocialNetworkMessage message)
message
- the message value to set.public static List<ContentMessageIntegration> getContentMessageIntegrations(ContentLocale contentLocale)
contentLocale
- the content locale.
public boolean isDefault()
public void setDefault(boolean isDefault)
isDefault
- the isDefault value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |