Class SortableItem
java.lang.Object
ch.tocco.nice2.outputcenter.api.sorting.SortableItem
An item that provides all information necessary to apply the order as described
in the specification.
-
Constructor Summary
ConstructorDescriptionSortableItem
(Object element, String recipientAddress) SortableItem
(String recipientAddress) -
Method Summary
Modifier and TypeMethodDescriptionstatic SortableItem
create()
boolean
int
hashCode()
boolean
toString()
withElement
(Object element) withIsOutputJobItem
(boolean isOutputJobItem) withRecipientAddress
(String address) withSorting
(int sorting)
-
Constructor Details
-
SortableItem
-
SortableItem
-
SortableItem
public SortableItem()
-
-
Method Details
-
create
-
withRecipientAddress
-
withUserSorting
-
withUserPk
-
withAddressPk
-
withReferenceEntityId
-
withIsOutputJobItem
-
withSorting
-
withElement
-
getRecipientAddress
-
getUserSorting
-
getSorting
-
isOutputJobItem
public boolean isOutputJobItem() -
getUserPk
-
getAddressPk
-
getReferenceEntityId
-
getElement
-
equals
-
hashCode
public int hashCode() -
toString
-