|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.discussion.PostInfoImpl
public class PostInfoImpl
An implementation of PostInfo
| Constructor Summary | |
|---|---|
PostInfoImpl()
Creates a new, empty PostInfo |
|
PostInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String systemName,
TopicInfo topic)
Create a PostInfo object from an existing node |
|
| Method Summary | |
|---|---|
java.lang.String |
getContents()
|
java.util.Date |
getCreatedAt()
|
java.lang.String |
getCreator()
|
java.util.Date |
getModifiedAt()
|
java.lang.String |
getModifier()
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked. |
java.lang.String |
getSystemName()
|
java.lang.String |
getTitle()
|
TopicInfo |
getTopic()
|
java.util.Date |
getUpdatedAt()
|
void |
setContents(java.lang.String contents)
Sets the (HTML) Content of the post |
void |
setCreatedAt(java.util.Date createdAt)
|
void |
setCreator(java.lang.String creator)
|
void |
setModifiedAt(java.util.Date modifiedAt)
|
void |
setModifier(java.lang.String modifier)
|
void |
setTitle(java.lang.String title)
Sets the Title of the post. |
void |
setUpdatedAt(java.util.Date updatedAt)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostInfoImpl()
PostInfo
public PostInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
java.lang.String systemName,
TopicInfo topic)
PostInfo object from an existing node
| Method Detail |
|---|
public TopicInfo getTopic()
getTopic in interface PostInfoTopicInfo representing the topic this belongs topublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef in interface PermissionCheckValuegetNodeRef in interface PostInfopublic java.lang.String getSystemName()
getSystemName in interface PostInfopublic java.lang.String getTitle()
getTitle in interface PostInfopublic java.lang.String getContents()
getContents in interface PostInfopublic java.lang.String getCreator()
getCreator in interface PostInfopublic java.lang.String getModifier()
getModifier in interface PostInfopublic java.util.Date getCreatedAt()
getCreatedAt in interface PostInfopublic java.util.Date getModifiedAt()
getModifiedAt in interface PostInfopublic java.util.Date getUpdatedAt()
getUpdatedAt in interface PostInfopublic void setTitle(java.lang.String title)
PostInfo
setTitle in interface PostInfopublic void setContents(java.lang.String contents)
PostInfo
setContents in interface PostInfopublic void setCreator(java.lang.String creator)
public void setModifier(java.lang.String modifier)
public void setCreatedAt(java.util.Date createdAt)
public void setModifiedAt(java.util.Date modifiedAt)
public void setUpdatedAt(java.util.Date updatedAt)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||