org.gcube.portlets.d4sreporting.common.shared
Class RepeatableSequence
java.lang.Object
org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence
- All Implemented Interfaces:
- Serializable
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
RepeatableSequence
public RepeatableSequence()
RepeatableSequence
public RepeatableSequence(ArrayList<BasicComponent> groupedComponents,
int height)
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
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.