public class TopicInfoImpl extends Object implements TopicInfo
TopicInfo
Constructor and Description |
---|
TopicInfoImpl()
Creates a new, empty
TopicInfo |
TopicInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeRef containerNodeRef,
String systemName)
Create a
TopicInfo object from an existing node |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.alfresco.service.cmr.repository.NodeRef |
getContainerNodeRef() |
Date |
getCreatedAt() |
String |
getCreator() |
Date |
getModifiedAt() |
String |
getModifier() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked.
|
String |
getShortSiteName() |
String |
getSystemName() |
List<String> |
getTags() |
String |
getTitle() |
int |
hashCode() |
void |
setCreatedAt(Date createdAt) |
void |
setCreator(String creator) |
void |
setModifiedAt(Date modifiedAt) |
void |
setModifier(String modifier) |
void |
setShortSiteName(String shortSiteName) |
void |
setTags(List<String> tags) |
void |
setTitle(String title)
Sets the Title of the topic.
|
public TopicInfoImpl()
TopicInfo
public org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
getContainerNodeRef
in interface TopicInfo
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
getNodeRef
in interface TopicInfo
public String getSystemName()
getSystemName
in interface TopicInfo
public String getTitle()
public String getCreator()
getCreator
in interface TopicInfo
public String getModifier()
getModifier
in interface TopicInfo
public Date getCreatedAt()
getCreatedAt
in interface TopicInfo
public Date getModifiedAt()
getModifiedAt
in interface TopicInfo
public void setTitle(String title)
TopicInfo
public void setCreator(String creator)
public void setModifier(String modifier)
public void setCreatedAt(Date createdAt)
public void setModifiedAt(Date modifiedAt)
public String getShortSiteName()
getShortSiteName
in interface TopicInfo
public void setShortSiteName(String shortSiteName)
Copyright © 2005–2017 Alfresco Software. All rights reserved.