|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_Image
public class X_AD_Image
Generated Model for AD_Image
| Field Summary | |
|---|---|
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_Image |
|---|
accessLevel, COLUMNNAME_AD_Image_ID, COLUMNNAME_BinaryData, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_ImageURL, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_Image(Properties ctx,
int AD_Image_ID,
String trxName)
Standard Constructor |
|
X_AD_Image(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Image_ID()
Get Image. |
byte[] |
getBinaryData()
Get BinaryData. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
String |
getImageURL()
Get Image URL. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int ENTITYTYPE_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_Image(Properties ctx,
int AD_Image_ID,
String trxName)
public X_AD_Image(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAD_Image_ID(int AD_Image_ID)
setAD_Image_ID in interface I_AD_ImageAD_Image_ID - Image or Iconpublic int getAD_Image_ID()
getAD_Image_ID in interface I_AD_Imagepublic void setBinaryData(byte[] BinaryData)
setBinaryData in interface I_AD_ImageBinaryData - Binary Datapublic byte[] getBinaryData()
getBinaryData in interface I_AD_Imagepublic void setDescription(String Description)
setDescription in interface I_AD_ImageDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Imagepublic void setEntityType(String EntityType)
setEntityType in interface I_AD_ImageEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Imagepublic void setImageURL(String ImageURL)
setImageURL in interface I_AD_ImageImageURL - URL of imagepublic String getImageURL()
getImageURL in interface I_AD_Imagepublic void setName(String Name)
setName in interface I_AD_ImageName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Imagepublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||