public class IManageMatterInfoJson extends BaseJson
Constructor and Description |
---|
IManageMatterInfoJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the matter
|
String |
getExternalRepositoryGuid()
External repository guid
|
String |
getItemId()
Item id of the matter
|
String |
getName()
The name of the matter
|
void |
setDescription(String description)
The description of the matter
|
void |
setExternalRepositoryGuid(String externalRepositoryGuid)
External repository guid
|
void |
setItemId(String itemId)
Item id of the matter
|
void |
setName(String name)
The name of the matter
|
getObjType, setObjType, toString
public String getItemId()
public void setItemId(String itemId)
itemId
- Item id of the matterpublic String getExternalRepositoryGuid()
public void setExternalRepositoryGuid(String externalRepositoryGuid)
externalRepositoryGuid
- External repository guidpublic String getName()
public void setName(String name)
name
- The name of the matterpublic String getDescription()
public void setDescription(String description)
description
- The description of the matterCopyright © 2019. All rights reserved.