Package de.fraunhofer.iese.mydata.policy
Class PolicyId
- java.lang.Object
-
- de.fraunhofer.iese.mydata.common.MyDataEntity
-
- de.fraunhofer.iese.mydata.policy.PolicyId
-
- All Implemented Interfaces:
Serializable
@Embeddable public class PolicyId extends MyDataEntity implements Serializable
- See Also:
- Serialized Form
-
-
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
-
PolicyId
public PolicyId()
-
PolicyId
public PolicyId(String urn)
-
-