Package de.aeb.xnsg.billing.af
Class BServiceItemFolderParmsDTO
java.lang.Object
de.aeb.xnsg.billing.af.BServiceItemFolderParmsDTO
Parameter for opening service item folder
-
Field Summary
FieldsModifier and TypeFieldDescriptionUnique ID of the client system which sent the service item to billing.Unique internal ID of the service item.Item-ID of the service item, unique for all service items with the same clientSystemId. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
internalId
Unique internal ID of the service item. If this field is filled, fieldsclientSystemId
andserviceItemId
are ignored. -
clientSystemId
Unique ID of the client system which sent the service item to billing. Leave this field empty if the clientSystemId of the service item is empty. -
serviceItemId
Item-ID of the service item, unique for all service items with the same clientSystemId.
-
-
Constructor Details
-
BServiceItemFolderParmsDTO
public BServiceItemFolderParmsDTO()
-