com.silverpeas.workflow.engine.model
Class ColumnImpl

java.lang.Object
  extended by com.silverpeas.workflow.engine.AbstractReferrableObject
      extended by com.silverpeas.workflow.engine.model.ColumnImpl
All Implemented Interfaces:
AbstractDescriptor, Column, ReferrableObjectIntf, Serializable

public class ColumnImpl
extends AbstractReferrableObject
implements Column, AbstractDescriptor, Serializable

Class implementing the representation of the <column> element of a Process Model.

See Also:
Serialized Form

Constructor Summary
ColumnImpl()
           
 
Method Summary
 int getId()
           
 Item getItem()
          Implemented methods
 String getKey()
          This method has to be implemented by the referrable object it has to compute the unique key
 AbstractDescriptor getParent()
           
 boolean hasId()
           
 void setId(int id)
           
 void setItem(Item item)
          Set the item to show in this column
 void setParent(AbstractDescriptor parent)
           
 
Methods inherited from class com.silverpeas.workflow.engine.AbstractReferrableObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnImpl

public ColumnImpl()
Method Detail

getItem

public Item getItem()
Implemented methods

Specified by:
getItem in interface Column
Returns:
the item

setItem

public void setItem(Item item)
Description copied from interface: Column
Set the item to show in this column

Specified by:
setItem in interface Column

setId

public void setId(int id)
Specified by:
setId in interface AbstractDescriptor

getId

public int getId()
Specified by:
getId in interface AbstractDescriptor

setParent

public void setParent(AbstractDescriptor parent)
Specified by:
setParent in interface AbstractDescriptor

getParent

public AbstractDescriptor getParent()
Specified by:
getParent in interface AbstractDescriptor

hasId

public boolean hasId()
Specified by:
hasId in interface AbstractDescriptor

getKey

public String getKey()
Description copied from class: AbstractReferrableObject
This method has to be implemented by the referrable object it has to compute the unique key

Specified by:
getKey in interface ReferrableObjectIntf
Specified by:
getKey in class AbstractReferrableObject
Returns:
The unique key.
See Also:
equals, hashCode


Copyright © 2016 Silverpeas. All Rights Reserved.