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 String
getAttachmentId()
String
getComponentId()
String
getId()
String
getTitle()
String
getType()
void
setAttachmentId(String attachmentId)
void
setComponentId(String componentId)
void
setId(String id)
void
setTitle(String title)
void
setType(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)
-
-