|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tostring0.AToString com.rubecula.darwin.domain.helper.Attribute_ com.rubecula.darwin.domain.environment.Variant_
public abstract class Variant_
This abstract class defines the base methods and fields for an implementation
of Variant
.
Attribute_.getIdentifier()
and Attribute_.getAttribute()
return the
same object (although the latter returns it as an Object).
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
LOG
The logger for this class. |
Fields inherited from interface net.sf.tostring0.IToString |
---|
ANGBR_OPEN, ANGBRA_CLSE, BRA_CLSE, BRA_OPEN, BRCE_OPEN, BRCS_CLSE, COLON, LIST_SEPARATOR, MAX_ELEMENTS_DEFAULT, S_MT, S_PERCENT, SEPARATOR, SPACE |
Constructor Summary | |
---|---|
protected |
Variant_(java.lang.Object identifier,
java.lang.Object value)
|
Method Summary | |
---|---|
Pharacter |
getCharacter()
|
void |
setCharacter(Pharacter character)
Set the phenotypic character, normally via reflection/configuration. |
Methods inherited from class com.rubecula.darwin.domain.helper.Attribute_ |
---|
equals, getAttribute, getIdentifier, getValue, hashCode, setValue, toString |
Methods inherited from class net.sf.tostring0.AToString |
---|
toString, toStringBrief, toStringId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.rubecula.darwin.domain.helper.Attribute |
---|
getAttribute, getValue, setValue |
Methods inherited from interface net.sf.tostring0.IToString |
---|
toString, toStringBrief, toStringId |
Methods inherited from interface net.sf.tostring0.Identifiable |
---|
getIdentifier |
Field Detail |
---|
protected static final org.apache.commons.logging.Log LOG
Constructor Detail |
---|
protected Variant_(java.lang.Object identifier, java.lang.Object value)
identifier
- value
- Method Detail |
---|
public Pharacter getCharacter()
getCharacter
in interface Variant
Variant.getCharacter()
public void setCharacter(Pharacter character)
character
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |