org.csapi.cc.cccs
Class TpConfSearchResult

java.lang.Object
  extended by org.csapi.cc.cccs.TpConfSearchResult
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpConfSearchResult
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpConfSearchResult"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int ActualDuration
           
 int ActualResources
           
 java.lang.String ActualStartTime
           
 boolean MatchFound
           
 
Constructor Summary
TpConfSearchResult()
           
TpConfSearchResult(boolean MatchFound, java.lang.String ActualStartTime, int ActualResources, int ActualDuration)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MatchFound

public boolean MatchFound

ActualStartTime

public java.lang.String ActualStartTime

ActualResources

public int ActualResources

ActualDuration

public int ActualDuration
Constructor Detail

TpConfSearchResult

public TpConfSearchResult()

TpConfSearchResult

public TpConfSearchResult(boolean MatchFound,
                          java.lang.String ActualStartTime,
                          int ActualResources,
                          int ActualDuration)


Copyright © 2008. All Rights Reserved.