Class BlackListItem
java.lang.Object
com.skava.model.datatransferobjects.BlackListItem
- All Implemented Interfaces:
Serializable
This class defines the model BlackListItem (Data transfer Object).
and its sub-ordinates are maintained.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new BlackListItem.BlackListItem
(long blackListId) User Constructor with blackListId id.BlackListItem
(BlackListedItemsEntity blackListedItemsEntity) -
Method Summary
-
Constructor Details
-
BlackListItem
public BlackListItem()Instantiates a new BlackListItem. -
BlackListItem
public BlackListItem(long blackListId) User Constructor with blackListId id.- Parameters:
blackListId
- Indicates the blackListId id.
-
BlackListItem
- Parameters:
blackListedItemsEntity
- Holds blackListedItemsEntity Data
-