org.csapi.fw
Class TpServiceProfileDescription

java.lang.Object
  extended by org.csapi.fw.TpServiceProfileDescription
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

Generated from IDL definition of struct "TpServiceProfileDescription"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 boolean InUse
           
 java.lang.String ServiceContractID
           
 java.lang.String ServiceEndDate
           
 java.lang.String ServiceID
           
 java.lang.String ServiceStartDate
           
 TpServiceProperty[] ServiceSubscriptionProperties
           
 java.lang.String ServiceTypeName
           
 
Constructor Summary
TpServiceProfileDescription()
           
TpServiceProfileDescription(java.lang.String ServiceContractID, java.lang.String ServiceStartDate, java.lang.String ServiceEndDate, java.lang.String ServiceTypeName, TpServiceProperty[] ServiceSubscriptionProperties, java.lang.String ServiceID, boolean InUse)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ServiceContractID

public java.lang.String ServiceContractID

ServiceStartDate

public java.lang.String ServiceStartDate

ServiceEndDate

public java.lang.String ServiceEndDate

ServiceTypeName

public java.lang.String ServiceTypeName

ServiceSubscriptionProperties

public TpServiceProperty[] ServiceSubscriptionProperties

ServiceID

public java.lang.String ServiceID

InUse

public boolean InUse
Constructor Detail

TpServiceProfileDescription

public TpServiceProfileDescription()

TpServiceProfileDescription

public TpServiceProfileDescription(java.lang.String ServiceContractID,
                                   java.lang.String ServiceStartDate,
                                   java.lang.String ServiceEndDate,
                                   java.lang.String ServiceTypeName,
                                   TpServiceProperty[] ServiceSubscriptionProperties,
                                   java.lang.String ServiceID,
                                   boolean InUse)


Copyright © 2008. All Rights Reserved.