Package de.aeb.xnsg.billing.af
Class BServiceItemSearchParmsDTO
java.lang.Object
de.aeb.xnsg.billing.af.BServiceItemSearchParmsDTO
Parameter for opening serivce items search.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFilter for the itemId of the item.Named query to be used for search.Filter for the scenario of the item.Search results with the initial set referenceDate. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
queryName
Named query to be used for search. -
scenarioIdentCode
Filter for the scenario of the item. -
itemId
Filter for the itemId of the item. You can also search for multiple item id's. In this case you can submit multiple item id's separated with blank. -
useInitialReferenceDate
Search results with the initial set referenceDate. If it is not set it will be interpreted as true.
-
-
Constructor Details
-
BServiceItemSearchParmsDTO
public BServiceItemSearchParmsDTO()
-