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