cvm.model.handlers.schema.control
Class ConnectionFormTypeNameRef

java.lang.Object
  extended by cvm.model.handlers.schema.control.ConnectionFormTypeNameRef

public class ConnectionFormTypeNameRef
extends java.lang.Object

Object representation of the formTypeNameRef in the schema.

Author:
Frank Hernandez

Constructor Summary
ConnectionFormTypeNameRef(java.lang.String ref)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Used for comparing Form References.
 java.lang.String geFormTypeNameRef()
          This function returns the value of formTypeNameRef
 void setFormTypeNameRef(java.lang.String str)
          This function sets the value of formTypeNameRef
 java.lang.String toString()
          Used by the converter
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionFormTypeNameRef

public ConnectionFormTypeNameRef(java.lang.String ref)
Method Detail

geFormTypeNameRef

public java.lang.String geFormTypeNameRef()
This function returns the value of formTypeNameRef

Returns:
form name

setFormTypeNameRef

public void setFormTypeNameRef(java.lang.String str)
This function sets the value of formTypeNameRef

Parameters:
str -

toString

public java.lang.String toString()
Used by the converter

Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Used for comparing Form References.

Overrides:
equals in class java.lang.Object