Class IManageMatterInfoJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.IManageMatterInfoJson
-
- All Implemented Interfaces:
Serializable
public class IManageMatterInfoJson extends BaseJson
The imanage matter info for creating imanage workspace locally- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IManageMatterInfoJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
The description of the matterString
getExternalRepositoryGuid()
External repository guidString
getItemId()
Item id of the matterString
getName()
The name of the mattervoid
setDescription(String description)
The description of the mattervoid
setExternalRepositoryGuid(String externalRepositoryGuid)
External repository guidvoid
setItemId(String itemId)
Item id of the mattervoid
setName(String name)
The name of the matter-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getItemId
public String getItemId()
Item id of the matter- Returns:
- Item id of the matter
-
setItemId
public void setItemId(String itemId)
Item id of the matter- Parameters:
itemId
- Item id of the matter
-
getExternalRepositoryGuid
public String getExternalRepositoryGuid()
External repository guid- Returns:
- External repository guid
-
setExternalRepositoryGuid
public void setExternalRepositoryGuid(String externalRepositoryGuid)
External repository guid- Parameters:
externalRepositoryGuid
- External repository guid
-
getName
public String getName()
The name of the matter- Returns:
- The name of the matter
-
setName
public void setName(String name)
The name of the matter- Parameters:
name
- The name of the matter
-
getDescription
public String getDescription()
The description of the matter- Returns:
- The description of the matter
-
setDescription
public void setDescription(String description)
The description of the matter- Parameters:
description
- The description of the matter
-
-