@Auditable @Entity public class FeatureDefinition extends org.nrg.framework.orm.hibernate.AbstractHibernateEntity implements FeatureDefinitionI
Constructor and Description |
---|
FeatureDefinition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
What is the description of this feature for human readability?
|
String |
getKey()
What is the key which identifies this feature
|
String |
getName()
What is the human readable name of this feature
|
int |
hashCode() |
boolean |
isBanned() |
boolean |
isOnByDefault() |
void |
setBanned(Boolean _banned) |
void |
setDescription(String _description) |
void |
setKey(String _key) |
void |
setName(String _name) |
void |
setOnByDefault(Boolean def) |
public String getKey()
FeatureDefinitionI
getKey
in interface FeatureDefinitionI
public String getDescription()
FeatureDefinitionI
getDescription
in interface FeatureDefinitionI
public boolean isBanned()
isBanned
in interface FeatureDefinitionI
public boolean isOnByDefault()
isOnByDefault
in interface FeatureDefinitionI
public String getName()
FeatureDefinitionI
getName
in interface FeatureDefinitionI
public void setName(String _name)
public void setKey(String _key)
public void setDescription(String _description)
public void setBanned(Boolean _banned)
public void setOnByDefault(Boolean def)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.