Adempiere 3.5.2a

org.compiere.model
Interface I_AD_AttachmentNote

All Known Implementing Classes:
MAttachmentNote, X_AD_AttachmentNote

public interface I_AD_AttachmentNote

Generated Interface for AD_AttachmentNote

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_AttachmentNote_ID
          Column name AD_AttachmentNote_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_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=705
static String Table_Name
          TableName=AD_AttachmentNote
 
Method Summary
 int getAD_Attachment_ID()
          Get Attachment.
 I_AD_Attachment getAD_Attachment()
           
 int getAD_AttachmentNote_ID()
          Get Attachment Note.
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 String getTextMsg()
          Get Text Message.
 String getTitle()
          Get Title.
 void setAD_Attachment_ID(int AD_Attachment_ID)
          Set Attachment.
 void setAD_AttachmentNote_ID(int AD_AttachmentNote_ID)
          Set Attachment Note.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setTextMsg(String TextMsg)
          Set Text Message.
 void setTitle(String Title)
          Set Title.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_AttachmentNote

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=705


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_AttachmentNote_ID

static final String COLUMNNAME_AD_AttachmentNote_ID
Column name AD_AttachmentNote_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_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


getAD_Attachment

I_AD_Attachment getAD_Attachment()
                                 throws Exception
Throws:
Exception

setAD_AttachmentNote_ID

void setAD_AttachmentNote_ID(int AD_AttachmentNote_ID)
Set Attachment Note. Personal Attachment Note


getAD_AttachmentNote_ID

int getAD_AttachmentNote_ID()
Get Attachment Note. Personal Attachment Note


setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

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.