com.retek.component.promotion.impl.remote
Class PromotionDto

java.lang.Object
  extended bycom.retek.commons.component.impl.Dto
      extended bycom.retek.component.promotion.impl.remote.PromotionDto
All Implemented Interfaces:
java.io.Serializable

public class PromotionDto
extends Dto

See Also:
Serialized Form

Field Summary
 DistributedReference bannerRef
           
 DistributedReference channelTypeRef
           
 DistributedReference createdByUserRef
           
 RDate createdDate
           
 java.lang.String description
           
 RDate endDate
           
 DistributedReference lastUpdatedByUserRef
           
 RDate lastUpdatedDate
           
 java.util.Set offerCodeRefs
           
 Quantity percentOff
           
 java.util.Set promotionBenefitDtos
           
 Money promotionDiscountAmount
           
 PromotionTriggerType promotionTriggerType
           
 java.util.Set sellingListRefs
           
 java.util.Set sourceCodeRefs
           
 RDate startDate
           
 java.util.Set tenderTypeRefs
           
 java.util.Set thresholdDtos
           
 
Constructor Summary
PromotionDto(DistributedContext context, DistributedReference reference)
           
PromotionDto(DistributedReference reference, long version)
           
 
Methods inherited from class com.retek.commons.component.impl.Dto
attributesToString, checkConcurrency, deepClone, equals, equalValues, equalValues, equalValues, equalValuesDeep, equalValuesDeep, getContext, getDirtyProperties, getDistributedReferences, getDtosInTree, getDtosInTree, getDtosInTreeByRef, getPropertyMap, getReference, getVersion, hashCode, isConcurrenyCheckEnabled, isDeleted, isDirty, isDirtyDeep, isDirtyDeepIgnoreFields, isDirtyIgnoreFields, isPersisted, markClean, markDirty, markPersisted, mergeIntoContext, mergePropertiesFrom, printDeep, purgeDeletedChildren, setConcurrenyCheckEnabled, toString, toStringDeep, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public java.lang.String description

startDate

public RDate startDate

endDate

public RDate endDate

bannerRef

public DistributedReference bannerRef

channelTypeRef

public DistributedReference channelTypeRef

createdByUserRef

public DistributedReference createdByUserRef

lastUpdatedByUserRef

public DistributedReference lastUpdatedByUserRef

lastUpdatedDate

public RDate lastUpdatedDate

createdDate

public RDate createdDate

promotionTriggerType

public PromotionTriggerType promotionTriggerType

promotionDiscountAmount

public Money promotionDiscountAmount

percentOff

public Quantity percentOff

promotionBenefitDtos

public java.util.Set promotionBenefitDtos

sourceCodeRefs

public java.util.Set sourceCodeRefs

thresholdDtos

public java.util.Set thresholdDtos

sellingListRefs

public java.util.Set sellingListRefs

offerCodeRefs

public java.util.Set offerCodeRefs

tenderTypeRefs

public java.util.Set tenderTypeRefs
Constructor Detail

PromotionDto

public PromotionDto(DistributedContext context,
                    DistributedReference reference)

PromotionDto

public PromotionDto(DistributedReference reference,
                    long version)


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