Class ComponentId
java.lang.Object
de.fraunhofer.iese.mydata.common.MyDataEntity
de.fraunhofer.iese.mydata.component.ComponentId
- All Implemented Interfaces:
Serializable
A component ID uniquely names an IND²UCE component. The ID is an URN which must follow the
format "urn:component:<solution>:<p*p>:<name>", where
"<p*p>" can be pap, pdp, pep, pip, pmp, ms, prp, or pxp.
- See Also:
-
Constructor Summary
ConstructorDescriptionParameterless constructor is required for JPA.ComponentId
(String urn) Instantiates a new component component_id. -
Method Summary
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, validate, validateAndNullCheck
-
Constructor Details
-
ComponentId
public ComponentId()Parameterless constructor is required for JPA. -
ComponentId
Instantiates a new component component_id.- Parameters:
urn
- the urn
-
-
Method Details