public class Day extends Object implements Serializable
Constructor and Description |
---|
Day() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDate() |
void |
deletePctValue() |
void |
deleteVisible() |
Integer |
getDate()
Returns the value of field 'date'.
|
Double |
getPctValue()
Returns the value of field 'pctValue'.
|
Boolean |
getVisible()
Returns the value of field 'visible'.
|
boolean |
hasDate()
Method hasDate.
|
boolean |
hasPctValue()
Method hasPctValue.
|
boolean |
hasVisible()
Method hasVisible.
|
Boolean |
isVisible()
Returns the value of field 'visible'.
|
void |
setDate(Integer date)
Sets the value of field 'date'.
|
void |
setPctValue(Double pctValue)
Sets the value of field 'pctValue'.
|
void |
setVisible(Boolean visible)
Sets the value of field 'visible'.
|
public void deleteDate()
public void deletePctValue()
public void deleteVisible()
public Integer getDate()
public Double getPctValue()
public Boolean getVisible()
public boolean hasDate()
public boolean hasPctValue()
public boolean hasVisible()
public Boolean isVisible()
public void setDate(Integer date)
date
- the value of field 'date'.public void setPctValue(Double pctValue)
pctValue
- the value of field 'pctValue'.public void setVisible(Boolean visible)
visible
- the value of field 'visible'.Copyright © 2021. All rights reserved.