com.ibm.commerce.attachment.objects

Class AttachmentTargetDescriptionEntityCreationData

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


    public class AttachmentTargetDescriptionEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Attachment Target Description 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.AttachmentTargetDescriptionAccessBean accessBean)
      Copy attributes' values from the Attachment Target Description access bean to the Attachment Target Description entity creation data.
      java.lang.Long getAttachmentTargetDescriptionId()
      Gets the attachment target description ID.
      java.lang.Long getAttachmentTargetId()
      Gets the attachment target ID.
      java.lang.Integer getLanguageId()
      Gets the language ID.
      java.lang.String getLongDescription()
      Gets the long description.
      java.lang.String getName()
      Gets the language dependent name of the attachment target.
      java.lang.String getShortDescription()
      Gets the short description.
      void reset()
      Reset all attributes of the Attachment Target Description.
      void setAttachmentTargetDescriptionId(java.lang.Long anAttachmentTargetDescriptionId)
      Sets the attachment target description ID.
      void setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
      Sets the attachment target ID.
      void setLanguageId(java.lang.Integer anLanguageId)
      Sets the language ID.
      void setLongDescription(java.lang.String astrLongDescription)
      Sets the long description.
      void setName(java.lang.String astrName)
      Sets the language dependent name of the attachment target.
      void setShortDescription(java.lang.String astrShortDescription)
      Sets the short description.
      • 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

      • AttachmentTargetDescriptionEntityCreationData

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

      • getAttachmentTargetDescriptionId

        public java.lang.Long getAttachmentTargetDescriptionId()
        Gets the attachment target description ID.
        Returns:
        AttachmentTargetDescriptionId The attachment target description ID
      • setAttachmentTargetDescriptionId

        public void setAttachmentTargetDescriptionId(java.lang.Long anAttachmentTargetDescriptionId)
        Sets the attachment target description ID.
        Parameters:
        anAttachmentTargetDescriptionId - The attachment target description ID
      • 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
      • getLanguageId

        public java.lang.Integer getLanguageId()
        Gets the language ID.
        Returns:
        anLanguageId The language ID
      • setLanguageId

        public void setLanguageId(java.lang.Integer anLanguageId)
        Sets the language ID.
        Parameters:
        anLanguageId - The language ID
      • getName

        public java.lang.String getName()
        Gets the language dependent name of the attachment target.
        Returns:
        Name The language dependent name of the attachment target
      • setName

        public void setName(java.lang.String astrName)
        Sets the language dependent name of the attachment target.
        Parameters:
        astrName - The language dependent name of the attachment target
      • getShortDescription

        public java.lang.String getShortDescription()
        Gets the short description.
        Returns:
        astrShortDescription The short description
      • setShortDescription

        public void setShortDescription(java.lang.String astrShortDescription)
        Sets the short description.
        Parameters:
        astrShortDescription - The short description
      • getLongDescription

        public java.lang.String getLongDescription()
        Gets the long description.
        Returns:
        LongDescription The long description
      • setLongDescription

        public void setLongDescription(java.lang.String astrLongDescription)
        Sets the long description.
        Parameters:
        astrLongDescription - The long description
      • reset

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

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