PostcodeReferenceRecord

public class PostcodeReferenceRecord<E extends GeoEntity> extends GeoMonotemporalRecord<E>

Fields

DB_FIELD_CODE

public static final String DB_FIELD_CODE

DB_FIELD_ENTITY

public static final String DB_FIELD_ENTITY

DB_FIELD_REFERENCE

public static final String DB_FIELD_REFERENCE

IO_FIELD_CODE

public static final String IO_FIELD_CODE

Constructors

PostcodeReferenceRecord

public PostcodeReferenceRecord()

PostcodeReferenceRecord

public PostcodeReferenceRecord(Integer postcode)

Methods

equalData

public boolean equalData(Object o)

getPostcode

public Integer getPostcode()

getReference

public Identification getReference()

setPostcode

public void setPostcode(Integer postcode)

wire

public void wire(Session session, WireCache wireCache)