cvm.model.handlers.schema.control
Class ConnectionMediumType

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

public class ConnectionMediumType
extends java.lang.Object

Object representation of the mediumType

Author:
Frank Hernandez

Constructor Summary
ConnectionMediumType(java.lang.String name, java.lang.String derived, java.lang.String app, java.lang.String command)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Used for comparing MediumTypes.
 java.lang.String getDerivedFromBuiltInType()
          Get the value of derivedFromBuiltInType
 java.lang.String getMediumTypeName()
          Get the value of mediumTypeName
 java.lang.String getSuggestedApplication()
          Get the value of suggestedApplication
 java.lang.String getVoiceCommand()
          Get the value of voiceCommand
 void setDerivedFromBuiltInType(java.lang.String str)
          Set the value of mediumTypeName
 void setMediumTypeName(java.lang.String str)
          Set the value of mediumTypeName
 void setSuggestedApplication(java.lang.String str)
          Set the value of suggestedApplication
 void setVoiceCommand(java.lang.String str)
          Set the value of voiceCommand
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionMediumType

public ConnectionMediumType(java.lang.String name,
                            java.lang.String derived,
                            java.lang.String app,
                            java.lang.String command)
Method Detail

getMediumTypeName

public java.lang.String getMediumTypeName()
Get the value of mediumTypeName

Returns:
medium type name

setMediumTypeName

public void setMediumTypeName(java.lang.String str)
Set the value of mediumTypeName

Parameters:
str -

getDerivedFromBuiltInType

public java.lang.String getDerivedFromBuiltInType()
Get the value of derivedFromBuiltInType

Returns:
built in type

setDerivedFromBuiltInType

public void setDerivedFromBuiltInType(java.lang.String str)
Set the value of mediumTypeName

Parameters:
str -

getSuggestedApplication

public java.lang.String getSuggestedApplication()
Get the value of suggestedApplication

Returns:
suggested application

setSuggestedApplication

public void setSuggestedApplication(java.lang.String str)
Set the value of suggestedApplication

Parameters:
str -

getVoiceCommand

public java.lang.String getVoiceCommand()
Get the value of voiceCommand

Returns:
voiceCommand

setVoiceCommand

public void setVoiceCommand(java.lang.String str)
Set the value of voiceCommand

Parameters:
str -

equals

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

Overrides:
equals in class java.lang.Object