Package org.compiere.model
Interface I_AD_AttachmentFile
- All Known Implementing Classes:
MAttachmentFile,X_AD_AttachmentFile
public interface I_AD_AttachmentFile
Generated Interface for AD_AttachmentFile
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Attachment_IDstatic final StringColumn name AD_AttachmentFile_UUstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name FileNamestatic final StringColumn name FilePathstatic final StringColumn name FileSizestatic final StringColumn name IsActivestatic final StringColumn name MIMETypestatic final StringColumn name SeqNostatic final StringColumn name SHA256Checksumstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=200432static final StringTableName=AD_AttachmentFile -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intGet Attachment.Get AD_AttachmentFile_UUintGet Tenant.intGet Organization.Get Created.intGet Created By.Get File Name.Get File Path.Get File Size.Get MIME TypeintgetSeqNo()Get Sequence.Get SHA256 ChecksumGet Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Attachment_ID(int AD_Attachment_ID) Set Attachment.voidsetAD_AttachmentFile_UU(String AD_AttachmentFile_UU) Set AD_AttachmentFile_UUvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetFileName(String FileName) Set File Name.voidsetFilePath(String FilePath) Set File Path.voidsetFileSize(BigDecimal FileSize) Set File Size.voidsetIsActive(boolean IsActive) Set Active.voidsetMIMEType(String MIMEType) Set MIME TypevoidsetSeqNo(int SeqNo) Set Sequence.voidsetSHA256Checksum(String SHA256Checksum) Set SHA256 Checksum
-
Field Details
-
Table_Name
TableName=AD_AttachmentFile- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200432- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_AttachmentFile_UU
Column name AD_AttachmentFile_UU- See Also:
-
COLUMNNAME_AD_Attachment_ID
Column name AD_Attachment_ID- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_FileName
Column name FileName- See Also:
-
COLUMNNAME_FilePath
Column name FilePath- See Also:
-
COLUMNNAME_FileSize
Column name FileSize- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_MIMEType
Column name MIMEType- See Also:
-
COLUMNNAME_SHA256Checksum
Column name SHA256Checksum- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
setAD_AttachmentFile_UU
Set AD_AttachmentFile_UU -
getAD_AttachmentFile_UU
String getAD_AttachmentFile_UU()Get AD_AttachmentFile_UU -
setAD_Attachment_ID
void setAD_Attachment_ID(int AD_Attachment_ID) Set Attachment. Attachment for the document -
getAD_Attachment_ID
int getAD_Attachment_ID()Get Attachment. Attachment for the document -
getAD_Attachment
Deprecated.- Throws:
RuntimeException
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setFileName
Set File Name. Name of the local file or URL -
getFileName
String getFileName()Get File Name. Name of the local file or URL -
setFilePath
Set File Path. Path where the file can be found -
getFilePath
String getFilePath()Get File Path. Path where the file can be found -
setFileSize
Set File Size. Size of the File in bytes -
getFileSize
BigDecimal getFileSize()Get File Size. Size of the File in bytes -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setMIMEType
Set MIME Type -
getMIMEType
String getMIMEType()Get MIME Type -
setSHA256Checksum
Set SHA256 Checksum -
getSHA256Checksum
String getSHA256Checksum()Get SHA256 Checksum -
setSeqNo
void setSeqNo(int SeqNo) Set Sequence. Method of ordering records; lowest number comes first -
getSeqNo
int getSeqNo()Get Sequence. Method of ordering records; lowest number comes first -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-