public class Created extends Object implements Serializable
Constructor and Description |
---|
Created() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDay() |
void |
deleteHour() |
void |
deleteMin() |
void |
deleteSec() |
void |
deleteYear() |
BigDecimal |
getContent()
Returns the value of field 'content'.
|
Integer |
getDay()
Returns the value of field 'day'.
|
Integer |
getHour()
Returns the value of field 'hour'.
|
Integer |
getMin()
Returns the value of field 'min'.
|
String |
getMonth()
Returns the value of field 'month'.
|
String |
getPeriod()
Returns the value of field 'period'.
|
Integer |
getSec()
Returns the value of field 'sec'.
|
Integer |
getYear()
Returns the value of field 'year'.
|
boolean |
hasDay()
Method hasDay.
|
boolean |
hasHour()
Method hasHour.
|
boolean |
hasMin()
Method hasMin.
|
boolean |
hasSec()
Method hasSec.
|
boolean |
hasYear()
Method hasYear.
|
void |
setContent(BigDecimal content)
Sets the value of field 'content'.
|
void |
setDay(Integer day)
Sets the value of field 'day'.
|
void |
setHour(Integer hour)
Sets the value of field 'hour'.
|
void |
setMin(Integer min)
Sets the value of field 'min'.
|
void |
setMonth(String month)
Sets the value of field 'month'.
|
void |
setPeriod(String period)
Sets the value of field 'period'.
|
void |
setSec(Integer sec)
Sets the value of field 'sec'.
|
void |
setYear(Integer year)
Sets the value of field 'year'.
|
public void deleteDay()
public void deleteHour()
public void deleteMin()
public void deleteSec()
public void deleteYear()
public BigDecimal getContent()
public Integer getDay()
public Integer getHour()
public Integer getMin()
public String getMonth()
public String getPeriod()
public Integer getSec()
public Integer getYear()
public boolean hasDay()
public boolean hasHour()
public boolean hasMin()
public boolean hasSec()
public boolean hasYear()
public void setContent(BigDecimal content)
content
- the value of field 'content'.public void setDay(Integer day)
day
- the value of field 'day'.public void setHour(Integer hour)
hour
- the value of field 'hour'.public void setMin(Integer min)
min
- the value of field 'min'.public void setMonth(String month)
month
- the value of field 'month'.public void setPeriod(String period)
period
- the value of field 'period'.public void setSec(Integer sec)
sec
- the value of field 'sec'.public void setYear(Integer year)
year
- the value of field 'year'.Copyright © 2021. All rights reserved.