nan.model
Interface Transposer

All Known Implementing Classes:
License, Message, MessageHeader, MessageTree, Newsgroup, NewsgroupList, ServerSettings, UserSettings

public interface Transposer

An interface to transpose values onto this object.

Version:
1.1, 1/2/04
Author:
John David Ratliff

Method Summary
 void transpose(java.lang.Object object)
          Transposes (copies over) the values of another object of the same type onto this one.
 

Method Detail

transpose

public void transpose(java.lang.Object object)
Transposes (copies over) the values of another object of the same type onto this one. If the object is not the same type as the invoked object, it will be ignored.

Parameters:
object - The object to transpose over this one.