Changeset 4:dfb345ef9452

Show
Ignore:
Timestamp:
02/28/09 18:06:12 (15 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Drobnosti a serializace

Location:
java/Postak/src/cz/frantovo/postak
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • java/Postak/src/cz/frantovo/postak/InternetAddressKomu.java

    r0 r4  
    1010 */ 
    1111public class InternetAddressKomu extends InternetAddress { 
     12    private static final long serialVersionUID = 5616579686371892208L; 
    1213 
    1314    private RecipientType typ = RecipientType.BCC; 
  • java/Postak/src/cz/frantovo/postak/Nastaveni.java

    r0 r4  
    1 /* 
    2  * To change this template, choose Tools | Templates 
    3  * and open the template in the editor. 
    4  */ 
    5  
    61package cz.frantovo.postak; 
    72 
     3import java.io.Serializable; 
    84import java.util.ArrayList; 
    95 
     
    128 * @author fiki 
    139 */ 
    14 public class Nastaveni { 
     10public class Nastaveni implements Serializable { 
     11    private static final long serialVersionUID = -3155540704924123097L; 
    1512     
    1613    private String postovniServer = "localhost";