Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Image

All Known Implementing Classes:
MImage, X_AD_Image

public interface I_AD_Image

Generated Interface for AD_Image

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Image_ID
          Column name AD_Image_ID
static String COLUMNNAME_BinaryData
          Column name BinaryData
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_ImageURL
          Column name ImageURL
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=461
static String Table_Name
          TableName=AD_Image
 
Method Summary
 int getAD_Image_ID()
          Get Image.
 byte[] getBinaryData()
          Get BinaryData.
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getImageURL()
          Get Image URL.
 String getName()
          Get Name.
 void setAD_Image_ID(int AD_Image_ID)
          Set Image.
 void setBinaryData(byte[] BinaryData)
          Set BinaryData.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setImageURL(String ImageURL)
          Set Image URL.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Image

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=461


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Image_ID

static final String COLUMNNAME_AD_Image_ID
Column name AD_Image_ID

See Also:
Constant Field Values

COLUMNNAME_BinaryData

static final String COLUMNNAME_BinaryData
Column name BinaryData

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_ImageURL

static final String COLUMNNAME_ImageURL
Column name ImageURL

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_Image_ID

void setAD_Image_ID(int AD_Image_ID)
Set Image. Image or Icon


getAD_Image_ID

int getAD_Image_ID()
Get Image. Image or Icon


setBinaryData

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


getBinaryData

byte[] getBinaryData()
Get BinaryData. Binary Data


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setEntityType

void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization


getEntityType

String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization


setImageURL

void setImageURL(String ImageURL)
Set Image URL. URL of image


getImageURL

String getImageURL()
Get Image URL. URL of image


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

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