com.ibm.commerce.attachment.objects

Class AttachmentTargetEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.attachment.objects.AttachmentTargetEntityCreationData
  • All Implemented Interfaces:
    EntityBeanCreationData, java.io.Serializable


    public class AttachmentTargetEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Attachment Target EJB.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(com.ibm.commerce.attachment.objects.AttachmentTargetAccessBean accessBean)
      Copy attributes' values from the Attachment Target access bean to the Attachment Target entity creation data.
      java.lang.Long getAttachmentTargetId()
      Gets the attachment target ID.
      java.lang.String getAttachmentUsageId()
      Gets the attachment usage ID.
      java.lang.Long getField1()
      Gets the customizable field 1.
      java.lang.Double getField2()
      Gets the customizable field 2.
      java.lang.String getField3()
      Gets the customizable field 3.
      java.lang.String getField4()
      Gets the customizable field 4.
      java.lang.String getIdentifier()
      Gets the attachment target identifier.
      java.lang.Long getMemberId()
      Gets the member ID.
      java.lang.Integer getStoreentId()
      Gets the store entity ID.
      void reset()
      Reset all attributes of the Attachment Target.
      void setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
      Sets the attachment target ID.
      void setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
      Sets the attachment usage ID.
      void setField1(java.lang.Long anField1)
      Sets the customizable field 1.
      void setField2(java.lang.Double anField2)
      Sets the customizable field 2.
      void setField3(java.lang.String astrField3)
      Sets the customizable field 3.
      void setField4(java.lang.String astrField4)
      Sets the customizable field 4.
      void setIdentifier(java.lang.String astrIdentifier)
      Sets the attachment target identifier.
      void setMemberId(java.lang.Long anMemberId)
      Sets the member ID.
      void setStoreentId(java.lang.Integer anStoreentId)
      Sets the store entity ID.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AttachmentTargetEntityCreationData

        public AttachmentTargetEntityCreationData()
        Default constructor for the Attachment Target entity creation data.
    • Method Detail

      • getAttachmentTargetId

        public java.lang.Long getAttachmentTargetId()
        Gets the attachment target ID.
        Returns:
        AttachmentTargetId The attachment target ID
      • setAttachmentTargetId

        public void setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
        Sets the attachment target ID.
        Parameters:
        anAttachmentTargetId - The attachment target ID
      • getStoreentId

        public java.lang.Integer getStoreentId()
        Gets the store entity ID.
        Returns:
        StoreentId The Store entity ID
      • setStoreentId

        public void setStoreentId(java.lang.Integer anStoreentId)
        Sets the store entity ID.
        Parameters:
        anStoreentId - The store entity ID
      • getMemberId

        public java.lang.Long getMemberId()
        Gets the member ID.
        Returns:
        MemberId The member ID
      • setMemberId

        public void setMemberId(java.lang.Long anMemberId)
        Sets the member ID.
        Parameters:
        anMemberId - The member ID
      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the attachment target identifier.
        Returns:
        Identifier The attachment target identifier
      • setIdentifier

        public void setIdentifier(java.lang.String astrIdentifier)
        Sets the attachment target identifier.
        Parameters:
        astrIdentifier - The attachment target identifier
      • getAttachmentUsageId

        public java.lang.String getAttachmentUsageId()
        Gets the attachment usage ID.
        Returns:
        AttachmentUsageId The attachment usage ID
      • setAttachmentUsageId

        public void setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
        Sets the attachment usage ID.
        Parameters:
        astrAttachmentUsageId - The attachment usage ID
      • getField1

        public java.lang.Long getField1()
        Gets the customizable field 1.
        Returns:
        Field1 The customizable field 1
      • setField1

        public void setField1(java.lang.Long anField1)
        Sets the customizable field 1.
        Parameters:
        anField1 - The customizable field 1
      • getField2

        public java.lang.Double getField2()
        Gets the customizable field 2.
        Returns:
        Field2 The customizable field 2
      • setField2

        public void setField2(java.lang.Double anField2)
        Sets the customizable field 2.
        Parameters:
        anField2 - The customizable field 2
      • getField3

        public java.lang.String getField3()
        Gets the customizable field 3.
        Returns:
        Field3 The customizable field 3
      • setField3

        public void setField3(java.lang.String astrField3)
        Sets the customizable field 3.
        Parameters:
        astrField3 - The customizable field 3
      • getField4

        public java.lang.String getField4()
        Gets the customizable field 4.
        Returns:
        Field4 The customizable field 4
      • setField4

        public void setField4(java.lang.String astrField4)
        Sets the customizable field 4.
        Parameters:
        astrField4 - The customizable field 4
      • reset

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the Attachment Target.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

        public void copyFromAccessBean(com.ibm.commerce.attachment.objects.AttachmentTargetAccessBean accessBean)
        Copy attributes' values from the Attachment Target access bean to the Attachment Target entity creation data.
        Parameters:
        AccessBean - The Attachment Target access bean