Package no.nsd.qddt.domain.instrument
Class Instrument
- java.lang.Object
-
- no.nsd.qddt.domain.AbstractEntity
-
- no.nsd.qddt.domain.AbstractEntityAudit
-
- no.nsd.qddt.domain.instrument.pojo.Instrument
-
- All Implemented Interfaces:
IEntityAuditXmlRef
@Entity public class Instrument extends AbstractEntityAudit
You change your meaning by emphasizing different words in your sentence. ex: "I never said she stole my money" has 7 meanings.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class no.nsd.qddt.domain.AbstractEntityAudit
AbstractEntityAudit.ChangeKind
-
-
Field Summary
-
Fields inherited from class no.nsd.qddt.domain.AbstractEntityAudit
hasRun
-
Fields inherited from class no.nsd.qddt.domain.AbstractEntity
LOG
-
-
Constructor Summary
Constructors Constructor Description Instrument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeforeInsert()protected voidbeforeUpdate()booleanequals(java.lang.Object o)voidfillDoc(PdfReport pdfReport, java.lang.String counter)java.lang.StringgetDescription()java.lang.StringgetExternalInstrumentLocation()InstrumentKindgetInstrumentKind()java.lang.StringgetLabel()java.util.List<InstrumentElement>getSequence()StudygetStudy()StudyRefgetStudyRef()AbstractXmlBuildergetXmlBuilder()inthashCode()voidsetDescription(java.lang.String description)voidsetExternalInstrumentLocation(java.lang.String externalInstrumentLocation)voidsetInstrumentKind(InstrumentKind instrumentKind)voidsetLabel(java.lang.String label)voidsetSequence(java.util.List<InstrumentElement> sequence)voidsetStudy(Study study)java.lang.StringtoString()-
Methods inherited from class no.nsd.qddt.domain.AbstractEntityAudit
getAgency, getBasedOnObject, getBasedOnRevision, getChangeComment, getChangeKind, getClassKind, getComments, getName, getVersion, getXmlLang, isBasedOn, isNewCopy, makeNewCopy, makePdf, setAgency, setBasedOnObject, setBasedOnRevision, setChangeComment, setChangeKind, setClassKind, setComments, setName, setVersion, setXmlLang
-
Methods inherited from class no.nsd.qddt.domain.AbstractEntity
getId, getModified, getModifiedBy, setField, setId, setModified, setModifiedBy
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface no.nsd.qddt.domain.IEntityAuditXmlRef
getId
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
getExternalInstrumentLocation
public java.lang.String getExternalInstrumentLocation()
-
setExternalInstrumentLocation
public void setExternalInstrumentLocation(java.lang.String externalInstrumentLocation)
-
getInstrumentKind
public InstrumentKind getInstrumentKind()
-
setInstrumentKind
public void setInstrumentKind(InstrumentKind instrumentKind)
-
getStudy
public Study getStudy()
-
setStudy
public void setStudy(Study study)
-
getSequence
public java.util.List<InstrumentElement> getSequence()
-
setSequence
public void setSequence(java.util.List<InstrumentElement> sequence)
-
getStudyRef
public StudyRef getStudyRef()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractEntityAudit
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractEntityAudit
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractEntityAudit
-
getXmlBuilder
public AbstractXmlBuilder getXmlBuilder()
- Specified by:
getXmlBuilderin interfaceIEntityAuditXmlRef- Specified by:
getXmlBuilderin classAbstractEntity
-
fillDoc
public void fillDoc(PdfReport pdfReport, java.lang.String counter)
- Specified by:
fillDocin classAbstractEntityAudit
-
beforeUpdate
protected void beforeUpdate()
- Specified by:
beforeUpdatein classAbstractEntityAudit
-
beforeInsert
protected void beforeInsert()
- Specified by:
beforeInsertin classAbstractEntityAudit
-
-