Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Attachment

All Known Implementing Classes:
MAttachment, X_AD_Attachment

public interface I_AD_Attachment

Generated Interface for AD_Attachment

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Attachment_ID
          Column name AD_Attachment_ID
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_BinaryData
          Column name BinaryData
static String COLUMNNAME_Record_ID
          Column name Record_ID
static String COLUMNNAME_TextMsg
          Column name TextMsg
static String COLUMNNAME_Title
          Column name Title
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=254
static String Table_Name
          TableName=AD_Attachment
 
Method Summary
 int getAD_Attachment_ID()
          Get Attachment.
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 byte[] getBinaryData()
          Get BinaryData.
 int getRecord_ID()
          Get Record ID.
 String getTextMsg()
          Get Text Message.
 String getTitle()
          Get Title.
 void setAD_Attachment_ID(int AD_Attachment_ID)
          Set Attachment.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setBinaryData(byte[] BinaryData)
          Set BinaryData.
 void setRecord_ID(int Record_ID)
          Set Record ID.
 void setTextMsg(String TextMsg)
          Set Text Message.
 void setTitle(String Title)
          Set Title.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Attachment

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=254


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Attachment_ID

static final String COLUMNNAME_AD_Attachment_ID
Column name AD_Attachment_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_BinaryData

static final String COLUMNNAME_BinaryData
Column name BinaryData

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

See Also:
Constant Field Values

COLUMNNAME_TextMsg

static final String COLUMNNAME_TextMsg
Column name TextMsg

See Also:
Constant Field Values

COLUMNNAME_Title

static final String COLUMNNAME_Title
Column name Title

See Also:
Constant Field Values
Method Detail

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


setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

setBinaryData

void setBinaryData(byte[] BinaryData)
Set BinaryData. Binary Data


getBinaryData

byte[] getBinaryData()
Get BinaryData. Binary Data


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


setTextMsg

void setTextMsg(String TextMsg)
Set Text Message. Text Message


getTextMsg

String getTextMsg()
Get Text Message. Text Message


setTitle

void setTitle(String Title)
Set Title. Name this entity is referred to as


getTitle

String getTitle()
Get Title. Name this entity is referred to as


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.