@Scriptable public class SystemMessage extends Object
Constructor and Description |
---|
SystemMessage(String p_strMessageId,
de.uplanet.lucy.server.share.businesslogic.profile.ProfileId p_profileId,
de.uplanet.lucy.server.share.constants.KEY p_key,
String p_strText,
String p_strReferenceRecId,
int p_iFeedRecId,
String p_strPluginGuid,
int p_iCount) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
getFeedRecId() |
de.uplanet.lucy.server.share.constants.KEY |
getKey() |
String |
getObjectId() |
String |
getPluginGuid() |
de.uplanet.lucy.server.share.businesslogic.profile.ProfileId |
getProfileId() |
String |
getSystemMessageId() |
String |
getText() |
public String getSystemMessageId()
public de.uplanet.lucy.server.share.businesslogic.profile.ProfileId getProfileId()
public de.uplanet.lucy.server.share.constants.KEY getKey()
public String getText()
public String getObjectId()
public int getFeedRecId()
public String getPluginGuid()
public int getCount()