com.ibm.commerce.attachment.objects

Class AttachmentAssetLanguageEntityCreationData

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


    public class AttachmentAssetLanguageEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Attachment Asset Language 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.AttachmentAssetLanguageAccessBean accessBean)
      Copy attributes' values from the Attachment Asset Language access bean to the Attachment Asset Language entity creation data.
      java.lang.Long getAttachmentAssetId()
      Gets the attachment asset ID.
      java.lang.Long getAttachmentAssetLanguageId()
      Gets the attachment asset language ID.
      java.lang.Integer getLanguageId()
      Gets the language ID.
      void reset()
      Reset all attributes of the Attachment Asset Language.
      void setAttachmentAssetId(java.lang.Long anAttachmentAssetId)
      Sets the attachment asset ID.
      void setAttachmentAssetLanguageId(java.lang.Long anAttachmentAssetLanguageId)
      Sets the attachment asset language ID.
      void setLanguageId(java.lang.Integer anLanguageId)
      Sets the language 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

      • AttachmentAssetLanguageEntityCreationData

        public AttachmentAssetLanguageEntityCreationData()
        Default constructor for the Attachment Asset Language entity creation data.
    • Method Detail

      • getAttachmentAssetLanguageId

        public java.lang.Long getAttachmentAssetLanguageId()
        Gets the attachment asset language ID.
        Returns:
        AttachmentAssetLanguageId The attachment asset language ID
      • setAttachmentAssetLanguageId

        public void setAttachmentAssetLanguageId(java.lang.Long anAttachmentAssetLanguageId)
        Sets the attachment asset language ID.
        Parameters:
        anAttachmentAssetLanguageId - The attachment asset language ID
      • getAttachmentAssetId

        public java.lang.Long getAttachmentAssetId()
        Gets the attachment asset ID.
        Returns:
        AttachmentAssetId The attachment asset ID
      • setAttachmentAssetId

        public void setAttachmentAssetId(java.lang.Long anAttachmentAssetId)
        Sets the attachment asset ID.
        Parameters:
        anAttachmentAssetId - The attachment asset ID
      • getLanguageId

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

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

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

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