public class FeaturePojo extends EntityPojo implements uno.informatics.data.Feature
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_PROPERTY |
ABBREVIATION_PROPERTY, DESCRIPTION_PROPERTY, TYPE_PROPERTYNAME_PROPERTY, UNIQUE_IDENTIFIER_PROPERTY| Modifier | Constructor and Description |
|---|---|
|
FeaturePojo(uno.informatics.data.Feature feature) |
protected |
FeaturePojo(String name) |
|
FeaturePojo(String name,
MethodPojo method) |
protected |
FeaturePojo(String uniqueIdentifier,
String name) |
|
FeaturePojo(String uniqueIdentifier,
String name,
MethodPojo method) |
protected |
FeaturePojo(String uniqueIdentifier,
String name,
String description) |
|
FeaturePojo(String uniqueIdentifier,
String name,
String description,
MethodPojo method) |
| Modifier and Type | Method and Description |
|---|---|
uno.informatics.data.Method |
getMethod() |
void |
setMethod(uno.informatics.data.Method method)
Sets the method associated with this feature.
|
getAbbreviation, getDescription, getType, setAbbreviation, setDescription, setTypeequals, getName, getUniqueIdentifier, hashCode, initialise, setName, setUniqueIdentifier, toStringaddPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final String METHOD_PROPERTY
protected FeaturePojo(String name)
public FeaturePojo(String name, MethodPojo method)
public FeaturePojo(String uniqueIdentifier, String name, MethodPojo method)
public FeaturePojo(String uniqueIdentifier, String name, String description, MethodPojo method)
public FeaturePojo(uno.informatics.data.Feature feature)
public uno.informatics.data.Method getMethod()
getMethod in interface uno.informatics.data.Featurepublic void setMethod(uno.informatics.data.Method method)
method - the method associated with this feature.Copyright © 2016. All rights reserved.