public class ProcedureHistoryEntity extends IdEntity implements Serializable, HibernateRelations.HasProcedure<ProcedureHistoryEntity>, HibernateRelations.HasProcedureDescriptionFormat<ProcedureHistoryEntity>, HibernateRelations.HasXml<ProcedureHistoryEntity>
| Modifier and Type | Field and Description |
|---|---|
static String |
END_TIME |
static String |
PROPERTY_PROCEDURE |
static String |
START_TIME |
PROPERTY_IDPROCEDUREPROCEDURE_DESCRIPTION_FORMATXML| Constructor and Description |
|---|
ProcedureHistoryEntity() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndTime() |
FormatEntity |
getFormat() |
ProcedureEntity |
getProcedure() |
Date |
getStartTime() |
String |
getXml() |
ProcedureHistoryEntity |
setEndTime(Date endTime) |
ProcedureHistoryEntity |
setFormat(FormatEntity format) |
ProcedureHistoryEntity |
setProcedure(ProcedureEntity procedure) |
ProcedureHistoryEntity |
setStartTime(Date startTime) |
ProcedureHistoryEntity |
setXml(String xml) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisSetXmlpublic static final String PROPERTY_PROCEDURE
public static final String START_TIME
public static final String END_TIME
public ProcedureEntity getProcedure()
getProcedure in interface HibernateRelations.HasProcedureGetterpublic ProcedureHistoryEntity setProcedure(ProcedureEntity procedure)
setProcedure in interface HibernateRelations.HasProcedure<ProcedureHistoryEntity>public FormatEntity getFormat()
getFormat in interface HibernateRelations.HasProcedureDescriptionFormat<ProcedureHistoryEntity>public ProcedureHistoryEntity setFormat(FormatEntity format)
setFormat in interface HibernateRelations.HasProcedureDescriptionFormat<ProcedureHistoryEntity>public Date getStartTime()
public ProcedureHistoryEntity setStartTime(Date startTime)
public Date getEndTime()
public ProcedureHistoryEntity setEndTime(Date endTime)
public String getXml()
getXml in interface HibernateRelations.HasXml<ProcedureHistoryEntity>public ProcedureHistoryEntity setXml(String xml)
setXml in interface HibernateRelations.HasXml<ProcedureHistoryEntity>Copyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.