Class ProductInfo
- java.lang.Object
-
- com.smartgridready.communicator.common.api.dto.ProductInfo
-
public class ProductInfo extends java.lang.ObjectProvides an EID information DTO.
-
-
Constructor Summary
Constructors Constructor Description ProductInfo()Constructs.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHwRevision()Gets the product hardware version.java.lang.StringgetIdentifier()Gets the EID identifier.java.lang.StringgetInterface()Gets the communication interface type.java.lang.StringgetLevel()Gets the SGr level.java.lang.StringgetManufacturer()Gets the manufacturer name.java.lang.StringgetProductName()Gets the product name.java.lang.StringgetProductType()Gets the product type.java.lang.StringgetReleaseState()Gets the release state.java.lang.StringgetSwRevision()Gets the product software version.java.lang.StringgetTestState()Gets the test state.java.lang.StringgetVersion()Gets the EID version.voidsetHwRevision(java.lang.String hwRevision)Sets the product hardware version.voidsetIdentifier(java.lang.String identifier)Sets the EID identifier.voidsetInterface(java.lang.String interfaceType)Sets the communication interface type.voidsetLevel(java.lang.String level)Sets the SGr level.voidsetManufacturer(java.lang.String manufacturer)Sets the manufacturer name.voidsetProductName(java.lang.String productName)Sets the product name.voidsetProductType(java.lang.String productType)Sets the product type.voidsetReleaseState(java.lang.String releaseState)Sets the release state.voidsetSwRevision(java.lang.String swRevision)Sets the product software version.voidsetTestState(java.lang.String testState)Sets the test state.voidsetVersion(java.lang.String version)Sets the EID version.
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Gets the EID identifier.- Returns:
- a string
-
setIdentifier
public void setIdentifier(java.lang.String identifier)
Sets the EID identifier.- Parameters:
identifier- the EID identifier
-
getReleaseState
public java.lang.String getReleaseState()
Gets the release state.- Returns:
- a string
-
setReleaseState
public void setReleaseState(java.lang.String releaseState)
Sets the release state.- Parameters:
releaseState- the release state
-
getTestState
public java.lang.String getTestState()
Gets the test state.- Returns:
- a string
-
setTestState
public void setTestState(java.lang.String testState)
Sets the test state.- Parameters:
testState- the test state
-
getManufacturer
public java.lang.String getManufacturer()
Gets the manufacturer name.- Returns:
- a string
-
setManufacturer
public void setManufacturer(java.lang.String manufacturer)
Sets the manufacturer name.- Parameters:
manufacturer- the manufacturer name
-
getProductName
public java.lang.String getProductName()
Gets the product name.- Returns:
- a string
-
setProductName
public void setProductName(java.lang.String productName)
Sets the product name.- Parameters:
productName- the product name
-
getProductType
public java.lang.String getProductType()
Gets the product type.- Returns:
- a string
-
setProductType
public void setProductType(java.lang.String productType)
Sets the product type.- Parameters:
productType- the product type
-
getInterface
public java.lang.String getInterface()
Gets the communication interface type.- Returns:
- a string
-
setInterface
public void setInterface(java.lang.String interfaceType)
Sets the communication interface type.- Parameters:
interfaceType- the interface type as string
-
getLevel
public java.lang.String getLevel()
Gets the SGr level.- Returns:
- a string
-
setLevel
public void setLevel(java.lang.String level)
Sets the SGr level.- Parameters:
level- the level as string
-
getVersion
public java.lang.String getVersion()
Gets the EID version.- Returns:
- a string
-
setVersion
public void setVersion(java.lang.String version)
Sets the EID version.- Parameters:
version- the version string
-
getSwRevision
public java.lang.String getSwRevision()
Gets the product software version.- Returns:
- a string
-
setSwRevision
public void setSwRevision(java.lang.String swRevision)
Sets the product software version.- Parameters:
swRevision- the version string
-
getHwRevision
public java.lang.String getHwRevision()
Gets the product hardware version.- Returns:
- a string
-
setHwRevision
public void setHwRevision(java.lang.String hwRevision)
Sets the product hardware version.- Parameters:
hwRevision- the version string
-
-