org.sourceforge.ifx.framework.element
Class FirstName

java.lang.Object
  extended byorg.sourceforge.ifx.basetypes.IFXObject
      extended byorg.sourceforge.ifx.basetypes.IFXString
          extended byorg.sourceforge.ifx.framework.simpletype.C
              extended byorg.sourceforge.ifx.framework.simpletype.FirstName_Type
                  extended byorg.sourceforge.ifx.framework.element.FirstName
All Implemented Interfaces:
IBaseType

public class FirstName
extends FirstName_Type

Generated code.

Author:
org.sourceforge.ifx.tools.CodeGenerator

Constructor Summary
FirstName()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if objects are equal, false otherwise.
 
Methods inherited from class org.sourceforge.ifx.basetypes.IFXString
getString, setString
 
Methods inherited from class org.sourceforge.ifx.basetypes.IFXObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.sourceforge.ifx.basetypes.IBaseType
getString, setString
 

Constructor Detail

FirstName

public FirstName()
Default constructor

Method Detail

equals

public boolean equals(java.lang.Object obj)
Returns true if objects are equal, false otherwise.

Overrides:
equals in class FirstName_Type
Parameters:
obj - the object to compare with.
Returns:
true if equal, false if not.