@Entity public class ApprovedReport extends AbstractAuditableEntity
createdBy, createdDate, lastModifiedBy, lastModifiedDate
Constructor and Description |
---|
ApprovedReport() |
Modifier and Type | Method and Description |
---|---|
MEReport |
getMeReport() |
AbstractAuditableEntity |
getParent()
Override this in subclasses and return the parent entity, or null if no
parent entity exists
|
PMCReport |
getPmcReport() |
java.lang.Boolean |
getProcessed() |
void |
setMeReport(MEReport meReport) |
void |
setPmcReport(PMCReport pmcReport) |
void |
setProcessed(java.lang.Boolean processed) |
ensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touch
getVersion
equals, getId, hashCode, isNew, setId, toString
public MEReport getMeReport()
public void setMeReport(MEReport meReport)
public PMCReport getPmcReport()
public void setPmcReport(PMCReport pmcReport)
public java.lang.Boolean getProcessed()
public void setProcessed(java.lang.Boolean processed)
public AbstractAuditableEntity getParent()
AbstractAuditableEntity
getParent
in class AbstractAuditableEntity