com.ibm.commerce.attachment.objects

Class AttachmentRelationUsageDescriptionEntityCreationData

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


    public class AttachmentRelationUsageDescriptionEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Attachment Relation Usage 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.AttachmentRelationUsageDescriptionAccessBean accessBean)
      Copy attributes' values from the Attachment Relation Usage Description access bean to the Attachment Relation Usage Description entity creation data.
      java.lang.Integer getAttachmentRelationUsageDescriptionId()
      Gets the attachment relation usage description ID.
      java.lang.Integer getAttachmentRelationUsageId()
      Gets the attachment relation usage 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 usage.
      java.lang.String getShortDescription()
      Gets the short description.
      void reset()
      Reset all attributes of the Attachment Relation Usage Description.
      void setAttachmentRelationUsageDescriptionId(java.lang.Integer anAttachmentRelationUsageDescriptionId)
      Sets the attachment relation usage description ID.
      void setAttachmentRelationUsageId(java.lang.Integer anAttachmentRelationUsageId)
      Sets the attachment relation usage 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 usage.
      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

      • AttachmentRelationUsageDescriptionEntityCreationData

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

      • getAttachmentRelationUsageDescriptionId

        public java.lang.Integer getAttachmentRelationUsageDescriptionId()
        Gets the attachment relation usage description ID.
        Returns:
        AttachmentRelationUsageDescriptionId The attachment relation usage description ID
      • setAttachmentRelationUsageDescriptionId

        public void setAttachmentRelationUsageDescriptionId(java.lang.Integer anAttachmentRelationUsageDescriptionId)
        Sets the attachment relation usage description ID.
        Parameters:
        anAttachmentRelationUsageDescriptionId - The attachment relation usage description ID
      • 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
      • 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 usage.
        Returns:
        Name The language dependent name of the attachment relation usage
      • setName

        public void setName(java.lang.String astrName)
        Sets the language dependent name of the attachment relation usage.
        Parameters:
        astrName - The language dependent name of the attachment relation usage
      • 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 Usage Description.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

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