com.retek.component.item.impl
Class ItemAttributeScreenTypeRelationImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.item.impl.ItemAttributeScreenTypeRelationImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, ItemAttributeScreenTypeRelation

public class ItemAttributeScreenTypeRelationImpl
extends DistributedObjectImpl
implements ItemAttributeScreenTypeRelation


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
ItemAttributeScreenTypeRelationImpl(DistributedContext context, DistributedReference ref)
           
ItemAttributeScreenTypeRelationImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
 ItemAttributeScreenTypeRelationDto getDto()
           
 ItemAttribute getItemAttribute()
           
 boolean isCustom()
           
 boolean isDynamic()
           
protected  Dto readLatest()
           
 void setDynamic(boolean isDynamic)
           
 void setItemAttribute(ItemAttribute itemAttribute)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

ItemAttributeScreenTypeRelationImpl

public ItemAttributeScreenTypeRelationImpl(DistributedContext context,
                                           DistributedReference ref,
                                           boolean createHollow)
                                    throws SystemException

ItemAttributeScreenTypeRelationImpl

public ItemAttributeScreenTypeRelationImpl(DistributedContext context,
                                           DistributedReference ref)
                                    throws SystemException
Method Detail

getDto

public ItemAttributeScreenTypeRelationDto getDto()
                                          throws SystemException
Throws:
SystemException

getItemAttribute

public ItemAttribute getItemAttribute()
                               throws SystemException
Specified by:
getItemAttribute in interface ItemAttributeScreenTypeRelation
Throws:
SystemException

setItemAttribute

public void setItemAttribute(ItemAttribute itemAttribute)
                      throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Specified by:
submit in interface ItemAttributeScreenTypeRelation
Throws:
SystemException
BusinessException

setDynamic

public void setDynamic(boolean isDynamic)
                throws SystemException
Specified by:
setDynamic in interface ItemAttributeScreenTypeRelation
Throws:
SystemException

isDynamic

public boolean isDynamic()
                  throws SystemException
Specified by:
isDynamic in interface ItemAttributeScreenTypeRelation
Throws:
SystemException

isCustom

public boolean isCustom()
                 throws SystemException
Specified by:
isCustom in interface ItemAttributeScreenTypeRelation
Throws:
SystemException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException


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