Searched refs:UPDATED_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance
47 public static final String UPDATED_TIMESTAMP = "updatedTimestamp"; field in TestStatusEntity138 testEntity.setProperty(UPDATED_TIMESTAMP, this.updatedTimestamp); in toEntity()173 if (e.hasProperty(UPDATED_TIMESTAMP)) { in fromEntity()174 timestamp = (long) e.getProperty(UPDATED_TIMESTAMP); in fromEntity()
54 public static final String UPDATED_TIMESTAMP = "updatedTimestamp"; field in TestCoverageStatusEntity200 testEntity.setProperty(UPDATED_TIMESTAMP, this.updatedTimestamp); in toEntity()217 || !e.hasProperty(UPDATED_TIMESTAMP) in fromEntity()230 timestamp = (long) e.getProperty(UPDATED_TIMESTAMP); in fromEntity()