com.retek.component.media.impl.remote
Class SellingListDto

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

public class SellingListDto
extends Dto

See Also:
Serialized Form

Field Summary
 DistributedReference bannerRef
           
 DistributedReference channelTypeRef
           
 RDate createDate
           
 java.lang.String createdBy
           
 RDate endDate
           
 RDate lastUpdateDate
           
 java.lang.String lastUpdatedBy
           
 java.lang.String name
           
 java.util.List sellingListItems
           
 SellingListType sellingListType
           
 SellingListSortOrder sortOrder
           
 RDate startDate
           
 DistributedReference triggerMediaRef
           
 DistributedReference triggerSellingItemRef
           
 DistributedReference triggerSellingSkuRef
           
 java.lang.String triggerSkuId
           
 
Constructor Summary
SellingListDto(DistributedContext context, DistributedReference reference)
           
SellingListDto(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

triggerMediaRef

public DistributedReference triggerMediaRef

triggerSellingItemRef

public DistributedReference triggerSellingItemRef

triggerSellingSkuRef

public DistributedReference triggerSellingSkuRef

triggerSkuId

public java.lang.String triggerSkuId

name

public java.lang.String name

startDate

public RDate startDate

endDate

public RDate endDate

sellingListType

public SellingListType sellingListType

bannerRef

public DistributedReference bannerRef

channelTypeRef

public DistributedReference channelTypeRef

sellingListItems

public java.util.List sellingListItems

createdBy

public java.lang.String createdBy

createDate

public RDate createDate

lastUpdatedBy

public java.lang.String lastUpdatedBy

lastUpdateDate

public RDate lastUpdateDate

sortOrder

public SellingListSortOrder sortOrder
Constructor Detail

SellingListDto

public SellingListDto(DistributedContext context,
                      DistributedReference reference)

SellingListDto

public SellingListDto(DistributedReference reference,
                      long version)


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