Class ProgrammingLanguage
java.lang.Object
org.primefaces.integrationtests.datatable.ProgrammingLanguage
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProgrammingLanguage(Integer id, String name, Integer firstAppeared, ProgrammingLanguage.ProgrammingLanguageType type) -
Method Summary
-
Constructor Details
-
ProgrammingLanguage
public ProgrammingLanguage(Integer id, String name, Integer firstAppeared, ProgrammingLanguage.ProgrammingLanguageType type)
-