Class PdoType
java.lang.Object
org.tentackle.maven.plugin.wizard.fx.PdoType
The PDO type used by the entity combobox of the
PdoBrowser.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PdoType
Creates a PDO type.- Parameters:
name- the displayed nameclazz- the effective PDO interface
-
-
Method Details
-
getName
The displayed name.- Returns:
- the name visible in the combobox
-
toString
-
getClazz
The PDO interface class.- Returns:
- the effective PDO class
-
getCamelCaseLetters
The camel case letters derived from the displayed name.
Used for keyboard navigation.- Returns:
- the camelcase letters
-
equals
-
hashCode
public int hashCode()
-