public class DateInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addWordIndex(int index) |
void |
clear() |
boolean |
equals(DateInfo dateInfo) |
String |
getDay() |
int |
getEndIndex() |
String |
getMonth() |
int |
getTimeCount() |
String |
getWeekDay() |
int |
getWordIndex() |
List<Integer> |
getWordIndexes() |
String |
getYear() |
int |
hashCode() |
boolean |
isDuration() |
boolean |
isEmpty() |
void |
print() |
void |
processWordIndexes() |
void |
setDay(String day) |
void |
setDurationFlag(boolean durationFlag) |
void |
setMonth(String month) |
void |
setTimeCount(int timeCount) |
void |
setWeekDay(String weekDay) |
void |
setYear(String year) |
public DateInfo()
public DateInfo(DateInfo info)
public void setDurationFlag(boolean durationFlag)
public String getYear()
public void setYear(String year)
public String getMonth()
public void setMonth(String month)
public String getDay()
public void setDay(String day)
public int getWordIndex()
public void clear()
public int getTimeCount()
public void setTimeCount(int timeCount)
public String getWeekDay()
public void setWeekDay(String weekDay)
public void addWordIndex(int index)
public void processWordIndexes()
public int getEndIndex()
public void print()
public boolean equals(DateInfo dateInfo)
public boolean isEmpty()
public boolean isDuration()
Copyright © 2015. All rights reserved.