Package de.blackrose01.model.pulse
Class PulseGroup
- java.lang.Object
-
- de.blackrose01.model.pulse.PulseGroup
-
- All Implemented Interfaces:
Serializable
public class PulseGroup extends Object implements Serializable
Pulse groups are a combined array of news articles that are about a specific game and were published around the same time period.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PulseGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetChecksum()longgetCreatedAt()longgetGame()GamegetGameObject()longgetId()StringgetName()List<Long>getPulses()List<Pulse>getPulsesObject()List<Long>getTags()longgetUpdatedAt()inthashCode()voidsetChecksum(String checksum)voidsetCreatedAt(long createdAt)voidsetGame(Object game)voidsetId(long id)voidsetName(String name)voidsetPulses(List<Object> pulses)voidsetTags(List<Long> tags)voidsetUpdatedAt(long updatedAt)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getGame
public long getGame()
-
getGameObject
public Game getGameObject()
-
setGame
public void setGame(Object game)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCreatedAt
public long getCreatedAt()
-
setCreatedAt
public void setCreatedAt(long createdAt)
-
getUpdatedAt
public long getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(long updatedAt)
-
getChecksum
public String getChecksum()
-
setChecksum
public void setChecksum(String checksum)
-
-