|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.discussion.TopicInfoImpl
public class TopicInfoImpl
An implementation of TopicInfo
| Constructor Summary | |
|---|---|
TopicInfoImpl()
Creates a new, empty TopicInfo |
|
TopicInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
java.lang.String systemName)
Create a TopicInfo object from an existing node |
|
| Method Summary | |
|---|---|
org.alfresco.service.cmr.repository.NodeRef |
getContainerNodeRef()
|
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.util.List |
getTags()
|
java.lang.String |
getTitle()
|
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 |
setTags(java.util.List tags)
|
void |
setTitle(java.lang.String title)
Sets the Title of the topic. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TopicInfoImpl()
TopicInfo
public TopicInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
java.lang.String systemName)
TopicInfo object from an existing node
| Method Detail |
|---|
public org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
getContainerNodeRef in interface TopicInfopublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef in interface PermissionCheckValuegetNodeRef in interface TopicInfopublic java.lang.String getSystemName()
getSystemName in interface TopicInfopublic java.lang.String getTitle()
getTitle in interface TopicInfopublic java.lang.String getCreator()
getCreator in interface TopicInfopublic java.lang.String getModifier()
getModifier in interface TopicInfopublic java.util.Date getCreatedAt()
getCreatedAt in interface TopicInfopublic java.util.Date getModifiedAt()
getModifiedAt in interface TopicInfopublic java.util.List getTags()
getTags in interface TopicInfopublic void setTitle(java.lang.String title)
TopicInfo
setTitle in interface TopicInfopublic 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 setTags(java.util.List tags)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||