com.retek.component.salesaudit.impl.remote
Class SaeTransactionDto

java.lang.Object
  extended bycom.retek.commons.component.impl.SecondClassDto
      extended bycom.retek.commons.component.xml.impl.ElementObjectDto
          extended bycom.retek.component.salesaudit.impl.remote.SaeElementDto
              extended bycom.retek.component.salesaudit.impl.remote.SaeTransactionDto
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class SaeTransactionDto
extends SaeElementDto

See Also:
Serialized Form

Field Summary
 java.util.List accommodationDtos
           
 java.lang.String bannerCode
           
 java.util.List customerDtos
           
 RDate customerOrderDate
           
 java.lang.String customerOrderNumber
           
 java.lang.String customerOrderSource
           
 java.lang.String customerOrderType
           
 java.lang.String employeeNumber
           
 java.lang.Integer fileCount
           
 java.util.List itemDtos
           
 java.lang.String mediaCode
           
 java.lang.String orderAcceptanceUser
           
 java.lang.String orderStoreNumber
           
 java.util.List paymentDtos
           
 java.lang.String reasonCode
           
 java.lang.String returnRequiredFlag
           
 java.util.List serviceDtos
           
 java.lang.String storeNumber
           
 java.lang.String subTransactionType
           
 RDate transactionDate
           
 java.lang.String transactionId
           
 java.lang.Integer transactionNumber
           
 java.lang.String transactionType
           
 
Fields inherited from class com.retek.commons.component.xml.impl.ElementObjectDto
elementId, parentElementId, serialVersionUID
 
Constructor Summary
SaeTransactionDto()
           
 
Method Summary
 java.lang.Class getBusinessInterface()
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassDto
clone, equals, equalsDto, getPropertyMap, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

transactionId

public java.lang.String transactionId

transactionType

public java.lang.String transactionType

transactionDate

public RDate transactionDate

transactionNumber

public java.lang.Integer transactionNumber

subTransactionType

public java.lang.String subTransactionType

storeNumber

public java.lang.String storeNumber

bannerCode

public java.lang.String bannerCode

mediaCode

public java.lang.String mediaCode

customerOrderNumber

public java.lang.String customerOrderNumber

customerOrderType

public java.lang.String customerOrderType

customerOrderDate

public RDate customerOrderDate

customerOrderSource

public java.lang.String customerOrderSource

orderAcceptanceUser

public java.lang.String orderAcceptanceUser

orderStoreNumber

public java.lang.String orderStoreNumber

employeeNumber

public java.lang.String employeeNumber

reasonCode

public java.lang.String reasonCode

returnRequiredFlag

public java.lang.String returnRequiredFlag

fileCount

public java.lang.Integer fileCount

customerDtos

public java.util.List customerDtos

serviceDtos

public java.util.List serviceDtos

accommodationDtos

public java.util.List accommodationDtos

itemDtos

public java.util.List itemDtos

paymentDtos

public java.util.List paymentDtos
Constructor Detail

SaeTransactionDto

public SaeTransactionDto()
Method Detail

getBusinessInterface

public java.lang.Class getBusinessInterface()
Specified by:
getBusinessInterface in class SecondClassDto


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28