Package com.onlinepayments.domain
Class ProductDirectory
java.lang.Object
com.onlinepayments.domain.ProductDirectory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList of entries in the directoryvoidsetEntries(List<DirectoryEntry> value) List of entries in the directorywithEntries(List<DirectoryEntry> value) List of entries in the directory
-
Constructor Details
-
ProductDirectory
public ProductDirectory()
-
-
Method Details
-
getEntries
List of entries in the directory -
setEntries
List of entries in the directory -
withEntries
List of entries in the directory
-