|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.beans.Inode
com.dotmarketing.portlets.communications.model.Communication
public class Communication
This class is to get the communication object of the communication manager portlet
| Field Summary |
|---|
| Fields inherited from class com.dotmarketing.beans.Inode |
|---|
inode |
| Constructor Summary | |
|---|---|
Communication()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCommunicationType()
Get the type of communication email or offline |
java.lang.String |
getEmailSubject()
Get the email subject of the communication only apply to email communication |
java.lang.String |
getExternalCommunicationIdentifier()
Get the External Communication Identifier of the communication |
java.lang.String |
getFromEmail()
Get the email of the user that create the communication only apply to email communication |
java.lang.String |
getFromName()
Get the name of the user that create the communication only apply to email communication |
long |
getHtmlPage()
Get the html inode of the email communication |
java.util.Date |
getModDate()
Get the modification date of the communication |
java.lang.String |
getModifiedBy()
Get the userId of the user that modify the communication |
java.lang.String |
getTextMessage()
Get the email text Message of the communication |
java.lang.String |
getTitle()
Get the communication title |
long |
getTrackBackLinkInode()
Get the page inode link of the offline communication |
void |
setCommunicationType(java.lang.String communicationType)
Set the communication type |
void |
setEmailSubject(java.lang.String emailSubject)
Set the email subject of the communication only apply to email communication |
void |
setExternalCommunicationIdentifier(java.lang.String externalCommunicationIdentifier)
Set the External Communication Identifier |
void |
setFromEmail(java.lang.String fromEmail)
Set the email of the user that create the comunication only apply to email communication |
void |
setFromName(java.lang.String fromName)
Set the name of the user that create the communication only apply to email communication |
void |
setHtmlPage(long htmlPageInode)
Set the email html page inode |
void |
setModDate(java.util.Date modDate)
Set the communication modification date |
void |
setModifiedBy(java.lang.String modifiedBy)
Set the userId of the user that modify the communication |
void |
setTextMessage(java.lang.String textMessage)
Set the email text message of the communication |
void |
setTitle(java.lang.String title)
Set the communication title |
void |
setTrackBackLinkInode(long trackBackLinkInode)
Set the inode of the offline communication |
| Methods inherited from class com.dotmarketing.beans.Inode |
|---|
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getInode, getMap, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setInode, setOwner, setOwner, setParents, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Communication()
| Method Detail |
|---|
public java.util.Date getModDate()
public void setModDate(java.util.Date modDate)
modDate - public java.lang.String getModifiedBy()
public void setModifiedBy(java.lang.String modifiedBy)
createdBy - public java.lang.String getEmailSubject()
public void setEmailSubject(java.lang.String emailSubject)
emailSubject - public java.lang.String getFromEmail()
public void setFromEmail(java.lang.String fromEmail)
fromEmail - public java.lang.String getFromName()
public void setFromName(java.lang.String fromName)
fromName - public long getHtmlPage()
public void setHtmlPage(long htmlPageInode)
htmlPageInode - public java.lang.String getTextMessage()
public void setTextMessage(java.lang.String textMessage)
textMessage - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public long getTrackBackLinkInode()
public void setTrackBackLinkInode(long trackBackLinkInode)
trackBackLinkInode - public java.lang.String getCommunicationType()
public void setCommunicationType(java.lang.String communicationType)
public java.lang.String getExternalCommunicationIdentifier()
public void setExternalCommunicationIdentifier(java.lang.String externalCommunicationIdentifier)
modDate -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||