public class DynaSheetCell extends java.lang.Object implements java.lang.Comparable<DynaSheetCell>, java.io.Serializable
| Constructor and Description |
|---|
DynaSheetCell() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DynaSheetCell other) |
static DynaSheetCell |
create(java.lang.Integer hourOfDay,
java.lang.Integer value) |
boolean |
equals(java.lang.Object other) |
java.lang.Integer |
getHourOfDay()
Gets the
hourOfDay. |
java.lang.String |
getStyle()
Gets the
style. |
java.lang.Integer |
getValue()
Gets the
value. |
int |
hashCode() |
void |
setHourOfDay(java.lang.Integer hourOfDay)
Sets the
hourOfDay. |
void |
setStyle(java.lang.String style)
Sets the
style. |
void |
setValue(java.lang.Integer value)
Sets the
value. |
public static DynaSheetCell create(java.lang.Integer hourOfDay, java.lang.Integer value)
public java.lang.Integer getHourOfDay()
hourOfDay.hourOfDay.public void setHourOfDay(java.lang.Integer hourOfDay)
hourOfDay.hourOfDay - The hourOfDay to set.public void setValue(java.lang.Integer value)
value.value - The value to set.public void setStyle(java.lang.String style)
style.style - The style to set.public int compareTo(DynaSheetCell other)
compareTo in interface java.lang.Comparable<DynaSheetCell>public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2011–2021. All rights reserved.