public class FactoryAccountingEntries extends Object implements org.beigesoft.factory.IFactorySimple<AccountingEntries>
Simple factory that create a request(or) scoped AccountingEntries.
| Constructor and Description |
|---|
FactoryAccountingEntries() |
| Modifier and Type | Method and Description |
|---|---|
AccountingEntries |
create(Map<String,Object> pAddParam)
Create AccountingEntries.
|
Integer |
getDatabaseId()
Getter for databaseId.
|
void |
setDatabaseId(Integer pDatabaseId)
Setter for databaseId.
|
public final AccountingEntries create(Map<String,Object> pAddParam) throws Exception
Create AccountingEntries.
create in interface org.beigesoft.factory.IFactorySimple<AccountingEntries>pAddParam - additional paramException - - an exceptionpublic final Integer getDatabaseId()
Getter for databaseId.
public final void setDatabaseId(Integer pDatabaseId)
Setter for databaseId.
pDatabaseId - referenceCopyright © 2016–2018. All rights reserved.