Project

General

Profile

« Previous | Next » 

Revision 3371

Added by barteau almost 17 years ago

Further development.

View differences:

ClientView.java
16 16
public class ClientView implements Serializable {
17 17
    
18 18
    public static final String                          CLIENT_VIEW_BEAN = "clientViewBean";
19
    public static final String                          ECOLOGICAL_METADATA_LANGUAGE = "EML";
20
    public static final String                          FEDERAL_GEOGRAPHIC_DATA_COMMITTEE = "FGDC";
21
    
19 22
    public static final int                             LOGIN_MESSAGE = 0;
20 23
    public static final int                             UPLOAD_MESSAGE = 1;
21 24
    public static final int                             DELETE_MESSAGE = 2;
......
25 28
    public static final int                             FORMAT_TYPE = 0;
26 29
    public static final int                             FILE_NAME = 1;
27 30
    
31
    
28 32
    /**
29 33
     * Creates a new instance of ClientView
30 34
     */
......
381 385
    public void setMessage(String[] message) {
382 386
        this.message = message;
383 387
    }
388

  
389
    /**
390
     * Holds value of property contentStandard.
391
     */
392
    private String contentStandard;
393

  
394
    /**
395
     * Getter for property contentStandard.
396
     * @return Value of property contentStandard.
397
     */
398
    public String getContentStandard() {
399
        return this.contentStandard;
400
    }
401

  
402
    /**
403
     * Setter for property contentStandard.
404
     * @param contentStandard New value of property contentStandard.
405
     */
406
    public void setContentStandard(String contentStandard) {
407
        this.contentStandard = contentStandard;
408
    }
384 409
    
385 410
}

Also available in: Unified diff