Jwma

dtw.webmail.model
Interface JwmaTrashInfo

All Known Implementing Classes:
JwmaFolderImpl

public interface JwmaTrashInfo

An interface defining the contract for interaction with the JwmaTrashInfo model.

The JwmaTrashInfo allows a view programmer to obtain information about the trash folder.

Version:
0.9.7 07/02/2003
Author:
Dieter Wimberger

Method Summary
 java.lang.String getName()
          Returns a String representing the name of the trash folder.
 java.lang.String getPath()
          Returns a String representing the path of the trash folder.
 boolean isEmpty()
          Tests if the trash is empty.
 

Method Detail

getName

public java.lang.String getName()
Returns a String representing the name of the trash folder.

Returns:
the name of the trash folder as String.

getPath

public java.lang.String getPath()
Returns a String representing the path of the trash folder.

Returns:
the path of the trash folder as String.

isEmpty

public boolean isEmpty()
Tests if the trash is empty.

Returns:
true if the trash is empty, false otherwise.

Jwma

Copyright © 2000-2003 jwma team (All Rights Reserved.)