Class HistoryPk
- java.lang.Object
-
- hu.icellmobilsoft.coffee.model.base.history.HistoryPk
-
- All Implemented Interfaces:
Serializable
@Embeddable public class HistoryPk extends Object implements Serializable
History táblák primáris kulcsa- Since:
- 1.0.0
- Author:
- imre.scheffer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HistoryPk()Default constructor, constructs a new object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetId()Getter for the fieldid.DategetTs()Getter for the fieldts.inthashCode()voidsetId(String id)Setter for the fieldid.voidsetTs(Date ts)Setter for the fieldts.
-
-
-
Method Detail
-
getId
public String getId()
Getter for the fieldid.- Returns:
- id
-
setId
public void setId(String id)
Setter for the fieldid.- Parameters:
id- id
-
getTs
public Date getTs()
Getter for the fieldts.- Returns:
- ts
-
setTs
public void setTs(Date ts)
Setter for the fieldts.- Parameters:
ts- ts
-
-