com.ibm.commerce.taxation.beans
Class TaxCategoryDataBean

com.ibm.commerce.taxation.beans.TaxCategoryDataBean
All Implemented Interfaces:
Delegator

public class TaxCategoryDataBean
implements Delegator

Retrieves tax category information.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
TaxCategoryDataBean()
           
 
Method Summary
 java.lang.String getCalculationSequence()
          Retrieves calculation sequence.
 java.lang.Double getCalculationSequenceInEJBType()
          Retrieves calculation sequence.
 java.lang.String getCategoryId()
          Retrieves category id.
 java.lang.Integer getCategoryIdInEJBType()
          Retrieves category id.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyNCategoryId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 TaxCategoryDescriptionAccessBean getDescription(java.lang.Integer aDescription, java.lang.Integer aDescription)
          Retrieves description.
 java.lang.String getDisplaySequence()
          Retrieves display sequence flag.
 java.lang.Double getDisplaySequenceInEJBType()
          Retrieves display sequence.
 java.lang.String getDisplayUsage()
          Retrieves display usage flag.
 java.lang.Integer getDisplayUsageInEJBType()
          Retrieves display usage.
 java.lang.String getField1()
          Retrieves field1.
 java.math.BigDecimal getField1InEJBType()
          Retrieves field1.
 java.lang.String getField2()
          Retrieves field2.
 java.math.BigDecimal getField2InEJBType()
          Retrieves field2.
 java.lang.String getField3()
          Retrieves field3.
 java.lang.String getMarkForDelete()
          Retrieves mark for delete flag.
 java.lang.Integer getMarkForDeleteInEJBType()
          Retrieves mark for delete flag.
 java.lang.String getName()
          Retrieves name.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getStoreEntityId()
          Retrieves store entity id.
 java.lang.Integer getStoreEntityIdInEJBType()
          Retrieves store entity id.
 java.lang.String getTypeId()
          Retrieves type id.
 java.lang.Integer getTypeIdInEJBType()
          Retrieves type id.
 void populate()
          Retrieves data from the database.
 void setCalculationSequence(java.lang.Double aCalculationSequence)
          Sets calculation sequence.
 void setCategoryId(java.lang.Integer aCategoryId)
          Sets category id.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyNCategoryId(java.lang.String aDataBeanKeyNCategoryId)
          Set its primary key for fetching.
 void setDisplaySequence(java.lang.Double aDisplaySequence)
          Sets display sequence flag.
 void setDisplayUsage(java.lang.Integer aDisplayUsage)
          Sets display usage flag.
 void setField1(java.math.BigDecimal aField1)
          Sets field1.
 void setField2(java.math.BigDecimal aField2)
          Sets field2.
 void setField3(java.lang.String aField3)
          Sets field3.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          Sets mark for delete flag.
 void setName(java.lang.String aName)
          Sets name.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setStoreEntityId(java.lang.Integer aStoreEntityId)
          Sets store entity id.
 void setTypeId(java.lang.Integer aTypeId)
          Sets type id.
 

Constructor Detail

TaxCategoryDataBean

public TaxCategoryDataBean()
Method Detail

getCalculationSequence

public java.lang.String getCalculationSequence()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

Retrieves calculation sequence.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCalculationSequenceInEJBType

public java.lang.Double getCalculationSequenceInEJBType()
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

Retrieves calculation sequence.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCategoryId

public java.lang.String getCategoryId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

Retrieves category id.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCategoryIdInEJBType

public java.lang.Integer getCategoryIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

Retrieves category id.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyNCategoryId

public java.lang.String getDataBeanKeyNCategoryId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getDescription

public TaxCategoryDescriptionAccessBean getDescription(java.lang.Integer aDescription,
                                                       java.lang.Integer aDescription)
                                                throws javax.naming.NamingException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       java.rmi.RemoteException

Retrieves description.

Parameters:
aDescription - java.lang.Integer
aDescription - java.lang.Integer
Returns:
com.ibm.commerce.taxation.objects.TaxCategoryDescriptionAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getDisplaySequence

public java.lang.String getDisplaySequence()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

Retrieves display sequence flag.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDisplaySequenceInEJBType

public java.lang.Double getDisplaySequenceInEJBType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

Retrieves display sequence.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDisplayUsage

public java.lang.String getDisplayUsage()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

Retrieves display usage flag.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDisplayUsageInEJBType

public java.lang.Integer getDisplayUsageInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

Retrieves display usage.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

Retrieves field1.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1InEJBType

public java.math.BigDecimal getField1InEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

Retrieves field1.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

Retrieves field2.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2InEJBType

public java.math.BigDecimal getField2InEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

Retrieves field2.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

Retrieves field3.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarkForDelete

public java.lang.String getMarkForDelete()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

Retrieves mark for delete flag.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarkForDeleteInEJBType

public java.lang.Integer getMarkForDeleteInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves mark for delete flag.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

Retrieves name.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getStoreEntityId

public java.lang.String getStoreEntityId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

Retrieves store entity id.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreEntityIdInEJBType

public java.lang.Integer getStoreEntityIdInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves store entity id.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTypeId

public java.lang.String getTypeId()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

Retrieves type id.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTypeIdInEJBType

public java.lang.Integer getTypeIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

Retrieves type id.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCalculationSequence

public void setCalculationSequence(java.lang.Double aCalculationSequence)

Sets calculation sequence.

Parameters:
aCalculationSequence - java.lang.Double
Returns:
void

setCategoryId

public void setCategoryId(java.lang.Integer aCategoryId)

Sets category id.

Parameters:
aCategoryId - java.lang.Integer
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyNCategoryId

public void setDataBeanKeyNCategoryId(java.lang.String aDataBeanKeyNCategoryId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyNCategoryId - java.lang.String
Returns:
void

setDisplaySequence

public void setDisplaySequence(java.lang.Double aDisplaySequence)

Sets display sequence flag.

Parameters:
aDisplaySequence - java.lang.Double
Returns:
void

setDisplayUsage

public void setDisplayUsage(java.lang.Integer aDisplayUsage)

Sets display usage flag.

Parameters:
aDisplayUsage - java.lang.Integer
Returns:
void

setField1

public void setField1(java.math.BigDecimal aField1)

Sets field1.

Parameters:
aField1 - java.math.BigDecimal
Returns:
void

setField2

public void setField2(java.math.BigDecimal aField2)

Sets field2.

Parameters:
aField2 - java.math.BigDecimal
Returns:
void

setField3

public void setField3(java.lang.String aField3)

Sets field3.

Parameters:
aField3 - java.lang.String
Returns:
void

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

Sets mark for delete flag.

Parameters:
aMarkForDelete - java.lang.Integer
Returns:
void

setName

public void setName(java.lang.String aName)

Sets name.

Parameters:
aName - java.lang.String
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setStoreEntityId

public void setStoreEntityId(java.lang.Integer aStoreEntityId)

Sets store entity id.

Parameters:
aStoreEntityId - java.lang.Integer
Returns:
void

setTypeId

public void setTypeId(java.lang.Integer aTypeId)

Sets type id.

Parameters:
aTypeId - java.lang.Integer
Returns:
void