- All Implemented Interfaces:
- Serializable
public class PostID
extends Object
implements Serializable
A PostID is a A unique ID for a post from a specific user. The ID of a post
is the a combination of the target and a timestamp.
The PostID is used as the key for the posts region. Because of that, it
must implement equals and hashCode. It must also be Serializable
so that it can be distributed other VMs.
- See Also:
- Serialized Form