cvm.model.handlers.schema.control
Class ConnectionMediumTypeRef

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

public class ConnectionMediumTypeRef
extends java.lang.Object

Object representation of mediumTypeRef

Author:
Frank Hernandez

Constructor Summary
ConnectionMediumTypeRef(java.lang.String ref)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Used for comparing Connections.
 java.lang.String geMediumTypeRef()
          This function returns the value of mediumTypeNameRef
 void setMediumTypeRef(java.lang.String str)
          This function sets the value of
 java.lang.String toString()
          Used by the converter
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionMediumTypeRef

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

geMediumTypeRef

public java.lang.String geMediumTypeRef()
This function returns the value of mediumTypeNameRef

Returns:
medium type reference

setMediumTypeRef

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

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 Connections.

Overrides:
equals in class java.lang.Object