| 1 | |
package org.paneris.jammyjoes.model; |
| 2 | |
|
| 3 | |
import org.melati.poem.Database; |
| 4 | |
import org.melati.poem.DefinitionSource; |
| 5 | |
import org.melati.poem.PoemException; |
| 6 | |
import org.paneris.jammyjoes.model.generated.EcentiveCategoryTableBase; |
| 7 | |
|
| 8 | |
public class EcentiveCategoryTable extends EcentiveCategoryTableBase { |
| 9 | |
|
| 10 | |
public EcentiveCategoryTable( |
| 11 | |
Database database, String name, |
| 12 | |
DefinitionSource definitionSource) throws PoemException { |
| 13 | 0 | super(database, name, definitionSource); |
| 14 | 0 | } |
| 15 | |
|
| 16 | |
|
| 17 | |
} |