Class IManageMatterInfoJson

  • All Implemented Interfaces:
    Serializable

    public class IManageMatterInfoJson
    extends BaseJson
    The imanage matter info for creating imanage workspace locally
    See Also:
    Serialized Form
    • Constructor Detail

      • IManageMatterInfoJson

        public IManageMatterInfoJson()
    • 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