Class ResultDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.search.ResultDTO
-
- All Implemented Interfaces:
Serializable
public class ResultDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResultDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachmentId()StringgetComponentId()StringgetId()StringgetTitle()StringgetType()voidsetAttachmentId(String attachmentId)voidsetComponentId(String componentId)voidsetId(String id)voidsetTitle(String title)voidsetType(String type)
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getType
public String getType()
-
setType
public void setType(String type)
-
setId
public void setId(String id)
-
getId
public String getId()
-
getComponentId
public String getComponentId()
-
setComponentId
public void setComponentId(String componentId)
-
getAttachmentId
public String getAttachmentId()
-
setAttachmentId
public void setAttachmentId(String attachmentId)
-
-