Class InfoId
- java.lang.Object
-
- de.fraunhofer.iese.mydata.common.MyDataEntity
-
- de.fraunhofer.iese.mydata.policy.event.InfoId
-
public class InfoId extends MyDataEntity
The ActionId uniquely identifies an identifier that can occur in a certain system on a certain abstraction level. Examples might be: *- urn:action:laptop123:filesystem-open
Event
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
String
toString()
-
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, validate, validateAndNullCheck
-
-
-
-
Constructor Detail
-
InfoId
public InfoId(String urn)
Instantiates a new identifier component_id.- Parameters:
urn
- the urn
-
-