org.gcube.portlets.d4sreporting.common.shared
Class RepeatableSequence

java.lang.Object
  extended by org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Tuple

public class RepeatableSequence
extends Object
implements Serializable

Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it Groups a list of Components, useful for repetitive elements
See Also:
Serialized Form

Constructor Summary
RepeatableSequence()
           
RepeatableSequence(ArrayList<BasicComponent> groupedComponents, int height)
           
RepeatableSequence(ArrayList<BasicComponent> groupedComponents, String key, int height)
           
 
Method Summary
 boolean equals(Object obj)
           
 ArrayList<BasicComponent> getGroupedComponents()
           
 int getHeight()
           
 String getKey()
           
 int hashCode()
           
 void setGroupedComponents(ArrayList<BasicComponent> groupedComponents)
           
 void setHeight(int height)
           
 void setKey(String key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepeatableSequence

public RepeatableSequence()

RepeatableSequence

public RepeatableSequence(ArrayList<BasicComponent> groupedComponents,
                          String key,
                          int height)

RepeatableSequence

public RepeatableSequence(ArrayList<BasicComponent> groupedComponents,
                          int height)
Method Detail

getGroupedComponents

public ArrayList<BasicComponent> getGroupedComponents()

setGroupedComponents

public void setGroupedComponents(ArrayList<BasicComponent> groupedComponents)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getKey

public String getKey()

setKey

public void setKey(String key)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.