public abstract class ExperimentDesign extends AbstractMexicoBean
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected Date |
date |
protected String |
description |
protected Collection<Factor> |
factor |
protected String |
id |
protected String |
licence |
static String |
PROPERTY_AUTHOR |
static String |
PROPERTY_DATE |
static String |
PROPERTY_DESCRIPTION |
static String |
PROPERTY_FACTOR |
static String |
PROPERTY_ID |
static String |
PROPERTY_LICENCE |
| Constructor and Description |
|---|
ExperimentDesign() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllFactor(Collection<Factor> factor) |
void |
addFactor(Factor factor) |
boolean |
containsAllFactor(Collection<Factor> factor) |
boolean |
containsFactor(Factor factor) |
String |
getAuthor() |
Date |
getDate() |
String |
getDescription() |
Collection<Factor> |
getFactor() |
Factor |
getFactor(int index) |
String |
getId() |
String |
getLicence() |
boolean |
isFactorEmpty() |
boolean |
removeAllFactor(Collection<Factor> factor) |
boolean |
removeFactor(Factor factor) |
void |
setAuthor(String author) |
void |
setDate(Date date) |
void |
setDescription(String description) |
void |
setFactor(Collection<Factor> factor) |
void |
setId(String id) |
void |
setLicence(String licence) |
int |
sizeFactor() |
getChild, getChildaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_ID
public static final String PROPERTY_DATE
public static final String PROPERTY_DESCRIPTION
public static final String PROPERTY_AUTHOR
public static final String PROPERTY_LICENCE
public static final String PROPERTY_FACTOR
protected String id
protected Date date
protected String description
protected String author
protected String licence
protected Collection<Factor> factor
public String getId()
public void setId(String id)
public Date getDate()
public void setDate(Date date)
public String getDescription()
public void setDescription(String description)
public String getAuthor()
public void setAuthor(String author)
public String getLicence()
public void setLicence(String licence)
public Factor getFactor(int index)
public boolean isFactorEmpty()
public int sizeFactor()
public void addFactor(Factor factor)
public void addAllFactor(Collection<Factor> factor)
public boolean removeFactor(Factor factor)
public boolean removeAllFactor(Collection<Factor> factor)
public boolean containsFactor(Factor factor)
public boolean containsAllFactor(Collection<Factor> factor)
public Collection<Factor> getFactor()
public void setFactor(Collection<Factor> factor)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.