Jwma

dtw.webmail.util
Class AssociatedAbstractIdentifiable

java.lang.Object
  |
  +--dtw.webmail.util.AbstractIdentifiable
        |
        +--dtw.webmail.util.AssociatedAbstractIdentifiable
All Implemented Interfaces:
Identifiable
Direct Known Subclasses:
CastorContact, CastorContactGroup, CastorMailIdentity

public abstract class AssociatedAbstractIdentifiable
extends AbstractIdentifiable

Abstract class implementing the AbstractIdentifiable interface for associated instances.

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

Constructor Summary
AssociatedAbstractIdentifiable()
           
 
Method Summary
 java.lang.String getAssociatorUID()
          Returns the unique identifier of the Associator of this AssociatedAbstractIdentifiable.
 boolean isAssociated()
          Tests if this AssociatedAbstractIdentifiable is associated with a valid Associator.
 void resetAssociatorUID()
          Resets the unique identifier of the Associator of this AssociatedAbstractIdentifiable.
 void setAssociatorUID(java.lang.String uid)
          Sets the unique identifier of the Associator of this AssociatedAbstractIdentifiable.
 
Methods inherited from class dtw.webmail.util.AbstractIdentifiable
equals, getUID, setUID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociatedAbstractIdentifiable

public AssociatedAbstractIdentifiable()
Method Detail

getAssociatorUID

public java.lang.String getAssociatorUID()
Returns the unique identifier of the Associator of this AssociatedAbstractIdentifiable.

Returns:
the unique identifier as String.

setAssociatorUID

public void setAssociatorUID(java.lang.String uid)
Sets the unique identifier of the Associator of this AssociatedAbstractIdentifiable.

Parameters:
uid - the unique identifier as String.

resetAssociatorUID

public void resetAssociatorUID()
Resets the unique identifier of the Associator of this AssociatedAbstractIdentifiable.


isAssociated

public boolean isAssociated()
Tests if this AssociatedAbstractIdentifiable is associated with a valid Associator.


Jwma

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