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.
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.
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).
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).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.