com.ibm.commerce.attachment.objects

Class AttachmentRelationUsageEntityCreationData

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


    public class AttachmentRelationUsageEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Attachment Relation Usage 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.AttachmentRelationUsageAccessBean accessBean)
      Copy attributes' values from the Attachment Relation Usage access bean to the Attachment Relation Usage entity creation data.
      java.lang.Integer getAttachmentRelationUsageId()
      Gets the attachment relation usage ID.
      java.lang.String getIdentifier()
      Gets the attachment relation usage identifier.
      java.lang.String getImage()
      Gets the path to the image.
      java.lang.Double getSequence()
      Gets the sequence.
      void reset()
      Reset all attributes of the Attachment Relation Usage.
      void setAttachmentRelationUsageId(java.lang.Integer anAttachmentRelationUsageId)
      Sets the attachment relation usage ID.
      void setIdentifier(java.lang.String astrIdentifier)
      Sets the attachment relation usage identifier.
      void setImage(java.lang.String astrImage)
      Sets the path to the image.
      void setSequence(java.lang.Double adSequence)
      Sets the sequence.
      • 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

      • AttachmentRelationUsageEntityCreationData

        public AttachmentRelationUsageEntityCreationData()
        Default constructor for the Attachment Relation Usage entity creation data.
    • Method Detail

      • getAttachmentRelationUsageId

        public java.lang.Integer getAttachmentRelationUsageId()
        Gets the attachment relation usage ID.
        Returns:
        AttachmentRelationUsageId The attachment relation usage ID
      • setAttachmentRelationUsageId

        public void setAttachmentRelationUsageId(java.lang.Integer anAttachmentRelationUsageId)
        Sets the attachment relation usage ID.
        Parameters:
        anAttachmentRelationUsageId - The attachment relation usage ID
      • getIdentifier

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

        public void setIdentifier(java.lang.String astrIdentifier)
        Sets the attachment relation usage identifier.
        Parameters:
        astrIdentifier - The attachment relation usage identifier
      • getImage

        public java.lang.String getImage()
        Gets the path to the image.
        Returns:
        Image The path to the image
      • setImage

        public void setImage(java.lang.String astrImage)
        Sets the path to the image.
        Parameters:
        astrImage - The path to the image
      • getSequence

        public java.lang.Double getSequence()
        Gets the sequence.
        Returns:
        Sequence The sequence
      • setSequence

        public void setSequence(java.lang.Double adSequence)
        Sets the sequence.
        Parameters:
        adSequence - The sequence
      • reset

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

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