public class FunctionalItemGUID
extends java.lang.Object
null).| Constructor and Description |
|---|
FunctionalItemGUID(java.lang.String uid)
Construct ID for functional item connected directly to the mPRM.
|
FunctionalItemGUID(java.lang.String gatewayID,
java.lang.String uid)
Construct ID for function item connected to the mPRM through a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayID()
Returns gateway ID or
null, if the functional item is directly connected to the mPRM. |
java.lang.String |
getUID()
Returns functional item uid.
|
int |
hashCode() |
java.lang.String |
toString() |
public FunctionalItemGUID(java.lang.String uid)
uid - must be unique in the scope of the mPRMpublic FunctionalItemGUID(java.lang.String gatewayID,
java.lang.String uid)
gatewayID - gateway ID, must be unique in the scope of the mPRMuid - functional item uid, must be unique in the scope of the gatewaypublic java.lang.String getGatewayID()
null, if the functional item is directly connected to the mPRM.nullpublic java.lang.String getUID()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.