Changeset 445 for tapas/domain


Ignore:
Timestamp:
04/02/12 16:23:01 (12 years ago)
Author:
vmipsl
Message:

gestion date calendrier/serialisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tapas/domain/interface/com/ether/tapas/Observation.java

    r400 r445  
    1212{ 
    1313    @NotNull 
    14     public Date getDate() 
     14    public String getDate() 
    1515    { 
    1616        return _date; 
    1717    } 
    1818 
    19     public void setDate( @NotNull final Date date ) 
     19    public void setDate( @NotNull final String date ) 
    2020    { 
    2121        _date = date; 
     
    5656 
    5757    @NotNull 
    58     private Date _date; 
     58    private String _date; 
    5959    @NotNull 
    6060    private Observatory _observatory; 
Note: See TracChangeset for help on using the changeset viewer.