com.ibm.commerce.attachment.objects

Class AttachmentRelationDescriptionEntityCreationData

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


    public class AttachmentRelationDescriptionEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Attachment Relation 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.AttachmentRelationDescriptionAccessBean accessBean)
      Copy attributes' values from the Attachment Relation Description access bean to the Attachment Relation Description entity creation data.
      java.lang.Long getAttachmentRelationDescriptionId()
      Gets the attachment relation description ID.
      java.lang.Long getAttachmentRelationId()
      Gets the attachment relation 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 relation.
      java.lang.String getShortDescription()
      Gets the short description.
      void reset()
      Reset all attributes of the Attachment Relation Description.
      void setAttachmentRelationDescriptionId(java.lang.Long anAttachmentRelationDescriptionId)
      Sets the attachment relation description ID.
      void setAttachmentRelationId(java.lang.Long anAttachmentRelationId)
      Sets the attachment relation 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 relation.
      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

      • AttachmentRelationDescriptionEntityCreationData

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

      • getAttachmentRelationDescriptionId

        public java.lang.Long getAttachmentRelationDescriptionId()
        Gets the attachment relation description ID.
        Returns:
        AttachmentRelationDescriptionId The attachment relation description ID
      • setAttachmentRelationDescriptionId

        public void setAttachmentRelationDescriptionId(java.lang.Long anAttachmentRelationDescriptionId)
        Sets the attachment relation description ID.
        Parameters:
        anAttachmentRelationDescriptionId - The attachment relation description ID
      • getAttachmentRelationId

        public java.lang.Long getAttachmentRelationId()
        Gets the attachment relation ID.
        Returns:
        AttachmentRelationId The attachment relation ID
      • setAttachmentRelationId

        public void setAttachmentRelationId(java.lang.Long anAttachmentRelationId)
        Sets the attachment relation ID.
        Parameters:
        anAttachmentRelationId - The attachment relation ID
      • getLanguageId

        public java.lang.Integer getLanguageId()
        Gets the language ID.
        Returns:
        LanguageId 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 relation.
        Returns:
        Name The language dependent name of the attachment relation
      • setName

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

        public java.lang.String getShortDescription()
        Gets the short description.
        Returns:
        ShortDescription 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 Relation Description.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

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