project35.workBench
Class WorkBenchEntryModel

java.lang.Object
  extended by project35.workBench.WorkBenchEntryModel

public class WorkBenchEntryModel
extends java.lang.Object

a data container for describing a work bench model.


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net),

Constructor Summary
WorkBenchEntryModel()
           
 
Method Summary
 java.lang.String getAuthor()
          Get the value of author.
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getEmail()
          Get the value of email.
 java.lang.String getInstitution()
          Get the value of institution.
 java.lang.String getModelFolder()
          Get the value of modelFolder.
 java.lang.String getModelIconFile()
          Get the value of modelIconFile.
 java.lang.String getName()
          Get the value of name.
 java.lang.String getSampleFile()
          Get the value of sampleFile.
 void setAuthor(java.lang.String author)
          Set the value of author.
 void setDescription(java.lang.String description)
          Set the value of description.
 void setEmail(java.lang.String email)
          Set the value of email.
 void setInstitution(java.lang.String institution)
          Set the value of institution.
 void setModelFolder(java.lang.String modelFolder)
          Set the value of modelFolder.
 void setModelIconFile(java.lang.String modelIconFile)
          Set the value of modelIconFile.
 void setName(java.lang.String name)
          Set the value of name.
 void setSampleFile(java.lang.String sampleFile)
          Set the value of sampleFile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkBenchEntryModel

public WorkBenchEntryModel()
Method Detail

getSampleFile

public java.lang.String getSampleFile()
Get the value of sampleFile.

Returns:
value of sampleFile.

getModelFolder

public java.lang.String getModelFolder()
Get the value of modelFolder.

Returns:
value of modelFolder.

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

getEmail

public java.lang.String getEmail()
Get the value of email.

Returns:
value of email.

getModelIconFile

public java.lang.String getModelIconFile()
Get the value of modelIconFile.

Returns:
value of modelIconFile.

getDescription

public java.lang.String getDescription()
Get the value of description.

Returns:
value of description.

getAuthor

public java.lang.String getAuthor()
Get the value of author.

Returns:
value of author.

getInstitution

public java.lang.String getInstitution()
Get the value of institution.

Returns:
value of institution.

setModelFolder

public void setModelFolder(java.lang.String modelFolder)
Set the value of modelFolder.

Parameters:
modelFolder - Value to assign to modelFolder.

setName

public void setName(java.lang.String name)
Set the value of name.

Parameters:
name - Value to assign to name.

setEmail

public void setEmail(java.lang.String email)
Set the value of email.

Parameters:
email - Value to assign to email.

setModelIconFile

public void setModelIconFile(java.lang.String modelIconFile)
Set the value of modelIconFile.

Parameters:
modelIconFile - Value to assign to modelIconFile.

setDescription

public void setDescription(java.lang.String description)
Set the value of description.

Parameters:
description - Value to assign to description.

setAuthor

public void setAuthor(java.lang.String author)
Set the value of author.

Parameters:
author - Value to assign to author.

setInstitution

public void setInstitution(java.lang.String institution)
Set the value of institution.

Parameters:
institution - Value to assign to institution.

setSampleFile

public void setSampleFile(java.lang.String sampleFile)
Set the value of sampleFile.

Parameters:
sampleFile - Value to assign to sampleFile.