This table contains information about Attachments. An Attachment is a supporting document for a trading document. For example, it can be a specification of a product, or a price list spreadsheet. This bean provides access to the ATTACHMENT table.
The following is a description of this table:
This table contains information about Attachments. An Attachment is a supporting document for a trading document. For example, it can be a specification of a product, or a price list spreadsheet.
Method Summary | |
---|---|
java.lang.String |
getAttachmentId() This method provides access to the ATTACHMENT.ATTACHMENT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getAttachmentURL() This method provides access to the ATTACHMENT.ATTACHMENTURL column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.Integer |
getCreateMethod() This method provides access to the ATTACHMENT.CREATEMETHOD column of DB2 type INTEGER NULL. |
java.lang.String |
getDescription() This method provides access to the ATTACHMENT.DESCRIPTION column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getFilename() This method provides access to the ATTACHMENT.FILENAME column of DB2 type VARCHAR (254) NULL. |
java.lang.Long |
getFilesize() This method provides access to the ATTACHMENT.FILESIZE column of DB2 type BIGINT NULL. |
java.lang.String |
getImage1() This method provides access to the ATTACHMENT.IMAGE1 column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getImage2() This method provides access to the ATTACHMENT.IMAGE2 column of DB2 type VARCHAR (254) NULL. |
java.lang.Integer |
getMarkforDelete() This method provides access to the ATTACHMENT.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMimeType() This method provides access to the ATTACHMENT.MIMETYPE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getMimeTypeEncoding() This method provides access to the ATTACHMENT.MIMETYPEENCODING column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getOwnerId() This method provides access to the ATTACHMENT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getReserved() This method provides access to the ATTACHMENT.RESERVED column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getTimeCreated() This method provides access to the ATTACHMENT.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getTimeUpdated() This method provides access to the ATTACHMENT.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getUsage() This method provides access to the ATTACHMENT.ATTACHUSG_ID column of DB2 type CHAR(64) NULL. |
void |
setAttachmentId(java.lang.String newValue) This method provides access to the ATTACHMENT.ATTACHMENT_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttachmentURL(java.lang.String newValue) This method provides access to the ATTACHMENT.ATTACHMENTURL column of DB2 type VARCHAR(254) NOT NULL. |
void |
setCreateMethod(java.lang.Integer newValue) This method provides access to the ATTACHMENT.CREATEMETHOD column of DB2 type INTEGER NULL. |
void |
setDescription(java.lang.String newValue) This method provides access to the ATTACHMENT.DESCRIPTION column of DB2 type VARCHAR (254) NULL. |
void |
setFilename(java.lang.String newValue) This method provides access to the ATTACHMENT.FILENAME column of DB2 type VARCHAR (254) NULL. |
void |
setFilesize(java.lang.Long newValue) This method provides access to the ATTACHMENT.FILESIZE column of DB2 type BIGINT NULL. |
void |
setImage1(java.lang.String newValue) This method provides access to the ATTACHMENT.IMAGE1 column of DB2 type VARCHAR (254) NULL. |
void |
setImage2(java.lang.String newValue) This method provides access to the ATTACHMENT.IMAGE2 column of DB2 type VARCHAR (254) NULL. |
void |
setMarkforDelete(java.lang.Integer newValue) This method provides access to the ATTACHMENT.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMimeType(java.lang.String newValue) This method provides access to the ATTACHMENT.MIMETYPE column of DB2 type VARCHAR(254) NULL. |
void |
setMimeTypeEncoding(java.lang.String newValue) This method provides access to the ATTACHMENT.MIMETYPEENCODING column of DB2 type VARCHAR(128) NULL. |
void |
setOwnerId(java.lang.String newValue) This method provides access to the ATTACHMENT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setReserved(java.lang.String newValue) This method provides access to the ATTACHMENT.RESERVED column of DB2 type VARCHAR (254) NULL. |
void |
setTimeCreated(java.lang.String newValue) This method provides access to the ATTACHMENT.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.lang.String newValue) This method provides access to the ATTACHMENT.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setUsage(java.lang.String newValue)
This method provides access to the ATTACHMENT.ATTACHUSG_ID column of
DB2 type CHAR(64) NULL. |
Method Detail |
---|
public java.lang.String getMimeTypeEncoding() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.MIMETYPEENCODING column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The Attachment encoding.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setMimeTypeEncoding(java.lang.String newValue)
This method provides access to the ATTACHMENT.MIMETYPEENCODING column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The Attachment encoding.
newValue
- The encoding of the attachment's mime
type.public java.lang.String getAttachmentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.ATTACHMENT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Attachment ID (primary key).
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setAttachmentId(java.lang.String newValue)
This method provides access to the ATTACHMENT.ATTACHMENT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Attachment ID (primary key).
newValue
- The ID of the attachment.public java.lang.String getOwnerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the Attachment.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setOwnerId(java.lang.String newValue)
This method provides access to the ATTACHMENT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the Attachment.
newValue
- The owner ID of the attachment.public java.lang.String getMimeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.MIMETYPE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The Attachment mimeType.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setMimeType(java.lang.String newValue)
This method provides access to the ATTACHMENT.MIMETYPE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The Attachment mimeType.
newValue
- The mime type of the
attachment.public java.lang.String getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time the Attachment was updated.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setTimeUpdated(java.lang.String newValue)
This method provides access to the ATTACHMENT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time the Attachment was updated.
newValue
- The last time the Attachment was
updated.public java.lang.String getUsage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.ATTACHUSG_ID column of DB2 type CHAR(64) NULL.
The following is a description of this column:
Foreign key to the attachment usage (ATTACHUSG) table.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setUsage(java.lang.String newValue)
This method provides access to the ATTACHMENT.ATTACHUSG_ID column of DB2 type CHAR(64) NULL.
The following is a description of this column:
Foreign key to the attachment usage (ATTACHUSG) table.
newValue
- The usage of the attachment.public java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The Attachment creation time.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setTimeCreated(java.lang.String newValue)
This method provides access to the ATTACHMENT.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The Attachment creation time.
newValue
- The Attachment creation time.public java.lang.String getAttachmentURL() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.ATTACHMENTURL column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The URL of the Attachment.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setAttachmentURL(java.lang.String newValue)
This method provides access to the ATTACHMENT.ATTACHMENTURL column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The URL of the Attachment.
newValue
- The URL of the attachment.public java.lang.String getFilename() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.FILENAME column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The attachment file name.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setFilename(java.lang.String newValue)
This method provides access to the ATTACHMENT.FILENAME column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The attachment file name.
newValue
- The file name of the
attachment.public java.lang.String getReserved() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.RESERVED column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
Indicates whether the attachment is reserved.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setReserved(java.lang.String newValue)
This method provides access to the ATTACHMENT.RESERVED column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
Indicates whether the attachment is reserved.
newValue
- Indicates whether the attachment is
reserved.public java.lang.Integer getCreateMethod() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.CREATEMETHOD column of DB2 type INTEGER NULL.
The following is a description of this column:
The attachment create method.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setCreateMethod(java.lang.Integer newValue)
This method provides access to the ATTACHMENT.CREATEMETHOD column of DB2 type INTEGER NULL.
The following is a description of this column:
The attachment create method.
newValue
- The create method of the
attachment.public java.lang.Integer getMarkforDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether the contract has been marked for delete.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setMarkforDelete(java.lang.Integer newValue)
This method provides access to the ATTACHMENT.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether the contract has been marked for delete.
newValue
- 0 if not marked for delete; 1 if marked for
delete.public java.lang.String getImage2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.IMAGE2 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The image associated with the attachment.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setImage2(java.lang.String newValue)
This method provides access to the ATTACHMENT.IMAGE2 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The image associated with the attachment.
newValue
- The image associated with the
attachment.public java.lang.String getImage1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.IMAGE1 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The image associated with the attachment.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setImage1(java.lang.String newValue)
This method provides access to the ATTACHMENT.IMAGE1 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The image associated with the attachment.
newValue
- The image associated with the
attachment.public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.DESCRIPTION column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The attachment description.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setDescription(java.lang.String newValue)
This method provides access to the ATTACHMENT.DESCRIPTION column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The attachment description.
newValue
- The description of the
attachment.public java.lang.Long getFilesize() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTACHMENT.FILESIZE column of DB2 type BIGINT NULL.
The following is a description of this column:
The attachment file size.
java.rmi.RemoteException
- The java.rmi.RemoteException
exception.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.public void setFilesize(java.lang.Long newValue)
This method provides access to the ATTACHMENT.FILESIZE column of DB2 type BIGINT NULL.
The following is a description of this column:
The attachment file size.
newValue
- The file size of the
attachment.