proper.core
Interface Assignable

All Known Implementing Classes:
Column, Join, Table

public interface Assignable

For instances of classes that can retrieve the "inner" state of another object and update their own "inner" state. Similar to clone(), but without generating a new instance.

Version:
$Revision: 1.1 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Method Summary
 void assign(java.lang.Object o)
          retrieves the inner state of the given object and updates its own state with those settings
 

Method Detail

assign

void assign(java.lang.Object o)
retrieves the inner state of the given object and updates its own state with those settings

Parameters:
o - the object to retrieve the inner state from