Package com.emc.documentum.rest.model
Class ProductInfo
java.lang.Object
com.emc.documentum.rest.model.AbstractLinkable
com.emc.documentum.rest.model.ProductInfo
- All Implemented Interfaces:
Linkable
Product info resource
-
Field Summary
Modifier and TypeFieldDescriptionProperties of product info resourceFields inherited from class com.emc.documentum.rest.model.AbstractLinkable
links
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get nameGet propertiesvoid
setProperty
(String name, Object value) Set propertiesMethods inherited from class com.emc.documentum.rest.model.AbstractLinkable
getLinks, setLinks
-
Field Details
-
properties
Properties of product info resource
-
-
Constructor Details
-
ProductInfo
public ProductInfo()
-
-
Method Details
-
getName
Get name- Returns:
- the name
-
getProperties
Get properties- Returns:
- properties
-
setProperty
Set properties- Parameters:
name
- property namevalue
- property value
-