murlen.util.fscript
Class FSObject

java.lang.Object
  extended bymurlen.util.fscript.FSObject

public class FSObject
extends java.lang.Object

FSObject - representation of a general object type

Copyright (C) 2002-2003

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA

Author:
Joachim Van der Auwera modifications 08/09/2002 Added "FSObject Containing..." to toString to ease debugging. 21.10.2002 added equals() for comparisons 25.02.2004 equals() allow compare of object with embedded type X directly with another object of type X 28.02.2004 make null typed

Constructor Summary
FSObject()
           
FSObject(java.lang.Object value)
           
FSObject(java.lang.Object value, java.lang.Class nClass)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Class getNullClass()
           
 java.lang.Object getObject()
           
 void setObject(java.lang.Object value)
           
 void setObject(java.lang.Object value, java.lang.Class nClass)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSObject

public FSObject()

FSObject

public FSObject(java.lang.Object value)

FSObject

public FSObject(java.lang.Object value,
                java.lang.Class nClass)
Method Detail

getObject

public java.lang.Object getObject()

setObject

public void setObject(java.lang.Object value)

setObject

public void setObject(java.lang.Object value,
                      java.lang.Class nClass)

getNullClass

public java.lang.Class getNullClass()

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()