VersionHistoryItem#

public class VersionHistoryItem implements Serializable#

This class is a flat, data-only representation of a single item of version information. This class is an intermediate representation which abstracts away the data base results and comes in a form which is easily cacheable.

Author:

Timm Fitschen (t.fitschen@indiscale.com)

Fields#

id#

public String id#

nanos#

public Integer nanos#

parents#

public List<String> parents#

realm#

public String realm#

seconds#

public Long seconds#

username#

public String username#

Methods#

toString#

public String toString()#