public abstract class Factor extends AbstractMexicoBean
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Domain |
domain |
protected Collection<Feature> |
feature |
protected String |
id |
protected String |
name |
static String |
PROPERTY_DESCRIPTION |
static String |
PROPERTY_DOMAIN |
static String |
PROPERTY_FEATURE |
static String |
PROPERTY_ID |
static String |
PROPERTY_NAME |
static String |
PROPERTY_UNIT |
protected String |
unit |
| Constructor and Description |
|---|
Factor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllFeature(Collection<Feature> feature) |
void |
addFeature(Feature feature) |
boolean |
containsAllFeature(Collection<Feature> feature) |
boolean |
containsFeature(Feature feature) |
String |
getDescription() |
Domain |
getDomain() |
Collection<Feature> |
getFeature() |
Feature |
getFeature(int index) |
String |
getId() |
String |
getName() |
String |
getUnit() |
boolean |
isFeatureEmpty() |
boolean |
removeAllFeature(Collection<Feature> feature) |
boolean |
removeFeature(Feature feature) |
void |
setDescription(String description) |
void |
setDomain(Domain domain) |
void |
setFeature(Collection<Feature> feature) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUnit(String unit) |
int |
sizeFeature() |
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_NAME
public static final String PROPERTY_UNIT
public static final String PROPERTY_DESCRIPTION
public static final String PROPERTY_DOMAIN
public static final String PROPERTY_FEATURE
protected String id
protected String name
protected String unit
protected String description
protected Domain domain
protected Collection<Feature> feature
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getUnit()
public void setUnit(String unit)
public String getDescription()
public void setDescription(String description)
public Domain getDomain()
public void setDomain(Domain domain)
public Feature getFeature(int index)
public boolean isFeatureEmpty()
public int sizeFeature()
public void addFeature(Feature feature)
public void addAllFeature(Collection<Feature> feature)
public boolean removeFeature(Feature feature)
public boolean removeAllFeature(Collection<Feature> feature)
public boolean containsFeature(Feature feature)
public boolean containsAllFeature(Collection<Feature> feature)
public Collection<Feature> getFeature()
public void setFeature(Collection<Feature> feature)
Copyright © 2011–2013 Code Lutin. All rights reserved.