public class SymbolDTO extends BaseBridgeFacet implements HasId, FarObject<Symbol>, Comparable<SymbolDTO>
| Constructor and Description |
|---|
SymbolDTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SymbolDTO symbol) |
DirectedSymbolDTO |
createDirectedSymbol(Direction direction) |
Symbol |
declareNearType()
Declares the near type that corresponds to the object that implements this interface.
|
boolean |
equals(Object other) |
AlphabetDTO |
getAlphabet() |
String |
getDenotation() |
Long |
getId() |
Long |
getOrdinal() |
int |
hashCode() |
void |
setAlphabet(AlphabetDTO alphabet) |
void |
setDenotation(String denotation) |
void |
setId(Long id) |
void |
setOrdinal(Long ordinal) |
Object |
toShortString() |
Object |
toShortString(Direction direction) |
String |
toString() |
String |
toString(Direction direction) |
getBridgeFacets, hasBridgeFacets, setBridgeFacetspublic AlphabetDTO getAlphabet()
public void setAlphabet(AlphabetDTO alphabet)
public String getDenotation()
public void setDenotation(String denotation)
public Long getOrdinal()
public void setOrdinal(Long ordinal)
public Object toShortString()
public DirectedSymbolDTO createDirectedSymbol(Direction direction)
public int compareTo(SymbolDTO symbol)
compareTo in interface Comparable<SymbolDTO>public Symbol declareNearType()
DeclaresNearTypedeclareNearType in interface DeclaresNearType<Symbol>Copyright © 2013. All Rights Reserved.