@Entity public class ProfessionalOpinionItem extends AbstractDocsChildExpAuditEntity<ProfessionalOpinion> implements ListViewItem
editable, expanded
parent
createdBy, createdDate, lastModifiedBy, lastModifiedDate
Constructor and Description |
---|
ProfessionalOpinionItem() |
Modifier and Type | Method and Description |
---|---|
Supplier |
getAwardee() |
java.util.Date |
getProfessionalOpinionDate() |
java.math.BigDecimal |
getRecommendedAwardAmount() |
void |
setAwardee(Supplier awardee) |
void |
setProfessionalOpinionDate(java.util.Date professionalOpinionDate) |
void |
setRecommendedAwardAmount(java.math.BigDecimal recommendedAwardAmount) |
java.lang.String |
toString() |
getApprovedDate, getFormDocs, setApprovedDate, setFormDocs
getEditable, getExpanded, setEditable, setExpanded
getParent, setParent
ensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touch
getVersion
equals, getId, hashCode, isNew, setId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getEditable, getExpanded, setEditable, setExpanded
public java.util.Date getProfessionalOpinionDate()
public void setProfessionalOpinionDate(java.util.Date professionalOpinionDate)
public Supplier getAwardee()
public void setAwardee(Supplier awardee)
public java.math.BigDecimal getRecommendedAwardAmount()
public void setRecommendedAwardAmount(java.math.BigDecimal recommendedAwardAmount)
public java.lang.String toString()
toString
in class org.springframework.data.jpa.domain.AbstractPersistable<java.lang.Long>