org.csapi.cc.cccs
Class TpConfSearchCriteria

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

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

Generated from IDL definition of struct "TpConfSearchCriteria"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int RequestedDuration
           
 int RequestedResources
           
 java.lang.String StartSearch
           
 java.lang.String StopSearch
           
 
Constructor Summary
TpConfSearchCriteria()
           
TpConfSearchCriteria(java.lang.String StartSearch, java.lang.String StopSearch, int RequestedResources, int RequestedDuration)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

StartSearch

public java.lang.String StartSearch

StopSearch

public java.lang.String StopSearch

RequestedResources

public int RequestedResources

RequestedDuration

public int RequestedDuration
Constructor Detail

TpConfSearchCriteria

public TpConfSearchCriteria()

TpConfSearchCriteria

public TpConfSearchCriteria(java.lang.String StartSearch,
                            java.lang.String StopSearch,
                            int RequestedResources,
                            int RequestedDuration)


Copyright © 2009. All Rights Reserved.