com.retek.component.item
Interface AddressCode

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject

public interface AddressCode
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String CODE
           
 
Method Summary
 void addAddressCodeDetail(AddressCodeDetail detail)
           
 java.util.Collection getAddressCodeDetails()
           
 java.lang.String getCode()
           
 java.lang.String getDescription()
           
 boolean isActive()
           
 void remove(AddressCodeDetail detail)
           
 void setCode(java.lang.String code)
           
 void setDescription(java.lang.String description)
           
 void setIsActive(boolean active)
           
 void submit()
           
 
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
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

CODE

public static final java.lang.String CODE
See Also:
Constant Field Values
Method Detail

isActive

public boolean isActive()
                 throws SystemException
Throws:
SystemException

setIsActive

public void setIsActive(boolean active)
                 throws SystemException
Throws:
SystemException

setCode

public void setCode(java.lang.String code)
             throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

addAddressCodeDetail

public void addAddressCodeDetail(AddressCodeDetail detail)
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

getCode

public java.lang.String getCode()
                         throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

getAddressCodeDetails

public java.util.Collection getAddressCodeDetails()
                                           throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

remove

public void remove(AddressCodeDetail detail)
            throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25