public class List4Holiday
extends java.lang.Object
List4Holiday
class holds data of a holiday.Modifier and Type | Field and Description |
---|---|
java.util.Date |
day
the current value of day.
|
java.lang.String |
dvdate
the current value of dvdate.
|
java.lang.String |
name
the current value of name.
|
Constructor and Description |
---|
List4Holiday(java.util.Date day,
java.lang.String dvdate,
java.lang.String name,
boolean build_dvdate)
The constructor
List4Holiday creates a new instance(object) of the class. |
public java.util.Date day
public java.lang.String dvdate
public java.lang.String name
public List4Holiday(java.util.Date day, java.lang.String dvdate, java.lang.String name, boolean build_dvdate)
List4Holiday
creates a new instance(object) of the class.day
- the current date.dvdate
- the curret date as dvdate.name
- the curren name.build_dvdate
- if true: build the date in dv conversion.