Anywhere inside of your Entry class is fine, as long as it isn't inside of any other methods and no other methods/field declarations are inside of it.

public class Entry
{
// all of the...