public class StartLetter extends JPAObject
© Copyright 2007, Sans Pareil Technologies, Inc.
| Modifier and Type | Field and Description |
|---|---|
protected char |
letter
The start letter that is represented by this instance.
|
protected String |
source
The discriminator field that is used to qualify the source object
with which this instance is associated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
StartLetter()
Default constructor.
|
|
StartLetter(char letter,
String source)
Create a new instance of the object with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getLetter()
Returns
letter. |
String |
getSource()
Returns
source. |
clone, compareTo, createXStream, equals, fromXML, getObjectId, getStartLetter, hashCode, jdoPostLoad, jdoPreDelete, jdoPreStore, resetHash, toString, toXMLprotected char letter
protected String source
protected StartLetter()
public StartLetter(char letter,
String source)
letter - The starting lettersource - The discriminator field