public class DateTime extends Object implements Serializable, EDIWritable
| Constructor and Description |
|---|
DateTime() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate() |
String |
getTime() |
void |
setDate(String date) |
void |
setTime(String time) |
Date |
toDate() |
void |
write(Writer writer,
org.dhatim.edisax.model.internal.Delimiters delimiters)
Write the bean to the specified
Writer instance. |
public void write(Writer writer, org.dhatim.edisax.model.internal.Delimiters delimiters) throws IOException
EDIWritableWriter instance.write in interface EDIWritablewriter - The target writer.delimiters - The delimiters.IOException - Error writing bean.public String getDate()
public void setDate(String date)
public String getTime()
public void setTime(String time)
public Date toDate() throws ParseException
ParseExceptionCopyright © 2017. All rights reserved.