org.csapi.fw
Class TpServiceContractDescription

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

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

Generated from IDL definition of struct "TpServiceContractDescription"

Author:
JacORB IDL compiler
See Also:
Serialized Form

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

Field Detail

ServiceRequestor

public TpPerson ServiceRequestor

BillingContact

public TpPerson BillingContact

ServiceStartDate

public java.lang.String ServiceStartDate

ServiceEndDate

public java.lang.String ServiceEndDate

ServiceTypeName

public java.lang.String ServiceTypeName

ServiceID

public java.lang.String ServiceID

ServiceSubscriptionProperties

public TpServiceProperty[] ServiceSubscriptionProperties

InUse

public boolean InUse
Constructor Detail

TpServiceContractDescription

public TpServiceContractDescription()

TpServiceContractDescription

public TpServiceContractDescription(TpPerson ServiceRequestor,
                                    TpPerson BillingContact,
                                    java.lang.String ServiceStartDate,
                                    java.lang.String ServiceEndDate,
                                    java.lang.String ServiceTypeName,
                                    java.lang.String ServiceID,
                                    TpServiceProperty[] ServiceSubscriptionProperties,
                                    boolean InUse)


Copyright © 2008. All Rights Reserved.