com.silverpeas.workflow.api.model
Interface Column

All Known Subinterfaces:
Input
All Known Implementing Classes:
ColumnImpl, ItemRef

public interface Column

Interface describing a representation of the <column> element of a Process Model.


Method Summary
 Item getItem()
          Get the item to show in this column
 void setItem(Item item)
          Set the item to show in this column
 

Method Detail

getItem

Item getItem()
Get the item to show in this column

Returns:
the item

setItem

void setItem(Item item)
Set the item to show in this column



Copyright © 2016 Silverpeas. All Rights Reserved.