| com.pnfsoftware.jeb.core.IUnitContribution |
A unit contribution.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String |
getItemBasicInformation(IInteractiveUnit targetUnit, long itemId)
Retrieve a simple contribution for a given interactive item.
| ||||||||||
| abstract boolean |
isTarget(IUnit unit)
Convenience method used to determine if a unit is the (or one of the) intended target of this
contribution.
| ||||||||||
Retrieve a simple contribution for a given interactive item. The contribution is presentation-less string whose format is unspecified.
| targetUnit | the target unit |
|---|---|
| itemId | the identifier of an item managed by the target unit |
Convenience method used to determine if a unit is the (or one of the) intended target of this contribution.
| unit | the intended target |
|---|