Package de.fraunhofer.iese.mydata.timer
Class TimerId
- java.lang.Object
-
- de.fraunhofer.iese.mydata.common.MyDataEntity
-
- de.fraunhofer.iese.mydata.timer.TimerId
-
- All Implemented Interfaces:
Serializable
@Embeddable public class TimerId extends MyDataEntity implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
toString()
-
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, validate, validateAndNullCheck
-
-
-
-
Constructor Detail
-
TimerId
public TimerId()
-
TimerId
public TimerId(String id)
-
-