INNER CODE UNIT · Java

getTimeExecuted

sanger-pathogens/Artemis · src/main/java/org/gmod/schema/analysis/Analysis.java:198

    public Date getTimeExecuted() {
        return this.timeExecuted;
    }
    
    /* (non-Javadoc)
     * @see org.genedb.db.jpa.AnalysisI#setTimeexecuted(java.util.Date)
     */
    public void setTimeExecuted(Date timeExecuted) {
        this.timeExecuted = timeExecuted;
    }

    /* (non-Javadoc)
     * @see org.genedb.db.jpa.AnalysisI#getAnalysisfeatures()
     */
    public Collection<AnalysisFeature> getAnalysisFeatures() {
        return this.analysisFeatures;
    }
    

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…