org.resilientedge.jockey.servicebridge
Class SBServiceCallParameter

java.lang.Object
  |
  +--org.resilientedge.jockey.servicebridge.SBServiceCallParameter

public class SBServiceCallParameter
extends java.lang.Object

Base implementation of a service call parameter

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
SBServiceCallParameter()
           
 
Method Summary
 boolean equals(java.lang.Object otherObject)
           
 java.lang.Class getType()
          Returns the object type of this service call parameter.
 java.lang.Object getValue()
          Returns the value of this service call parameter.
 boolean isBaseType()
          Gets the base type flag
 boolean isValid()
          Gets the valid flag
 void setBaseType(boolean newValue)
          Sets the base type flag
 void setType(java.lang.Class type)
           
 void setValid(boolean newValue)
          Sets the valid flag
 java.lang.String toDebugString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SBServiceCallParameter

public SBServiceCallParameter()
Method Detail

getType

public java.lang.Class getType()
Returns the object type of this service call parameter.

setType

public void setType(java.lang.Class type)

getValue

public java.lang.Object getValue()
Returns the value of this service call parameter.

isBaseType

public boolean isBaseType()
Gets the base type flag

setBaseType

public void setBaseType(boolean newValue)
Sets the base type flag

isValid

public boolean isValid()
Gets the valid flag

setValid

public void setValid(boolean newValue)
Sets the valid flag

toDebugString

public java.lang.String toDebugString()

equals

public boolean equals(java.lang.Object otherObject)
Overrides:
equals in class java.lang.Object


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.