Class ProductInfo

java.lang.Object
com.emc.documentum.rest.model.AbstractLinkable
com.emc.documentum.rest.model.ProductInfo
All Implemented Interfaces:
Linkable

public class ProductInfo extends AbstractLinkable
Product info resource
  • Field Details

    • properties

      protected List<Attribute<?>> properties
      Properties of product info resource
  • Constructor Details

    • ProductInfo

      public ProductInfo()
  • Method Details

    • getName

      public String getName()
      Get name
      Returns:
      the name
    • getProperties

      public List<Attribute<?>> getProperties()
      Get properties
      Returns:
      properties
    • setProperty

      public void setProperty(String name, Object value)
      Set properties
      Parameters:
      name - property name
      value - property value