|
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_Attachment
public class X_AD_Attachment
Generated Model for AD_Attachment
| Field Summary |
|---|
| 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_Attachment |
|---|
accessLevel, COLUMNNAME_AD_Attachment_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_BinaryData, COLUMNNAME_Record_ID, COLUMNNAME_TextMsg, COLUMNNAME_Title, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_Attachment(Properties ctx,
int AD_Attachment_ID,
String trxName)
Standard Constructor |
|
X_AD_Attachment(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Attachment_ID()
Get Attachment. |
int |
getAD_Table_ID()
Get Table. |
I_AD_Table |
getAD_Table()
|
byte[] |
getBinaryData()
Get BinaryData. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getRecord_ID()
Get Record ID. |
String |
getTextMsg()
Get Text Message. |
String |
getTitle()
Get Title. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
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 |
| Constructor Detail |
|---|
public X_AD_Attachment(Properties ctx,
int AD_Attachment_ID,
String trxName)
public X_AD_Attachment(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_Attachment_ID(int AD_Attachment_ID)
setAD_Attachment_ID in interface I_AD_AttachmentAD_Attachment_ID - Attachment for the documentpublic int getAD_Attachment_ID()
getAD_Attachment_ID in interface I_AD_Attachment
public I_AD_Table getAD_Table()
throws Exception
getAD_Table in interface I_AD_AttachmentExceptionpublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_AD_AttachmentAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_AD_Attachmentpublic void setBinaryData(byte[] BinaryData)
setBinaryData in interface I_AD_AttachmentBinaryData - Binary Datapublic byte[] getBinaryData()
getBinaryData in interface I_AD_Attachmentpublic void setRecord_ID(int Record_ID)
setRecord_ID in interface I_AD_AttachmentRecord_ID - Direct internal record IDpublic int getRecord_ID()
getRecord_ID in interface I_AD_Attachmentpublic void setTextMsg(String TextMsg)
setTextMsg in interface I_AD_AttachmentTextMsg - Text Messagepublic String getTextMsg()
getTextMsg in interface I_AD_Attachmentpublic void setTitle(String Title)
setTitle in interface I_AD_AttachmentTitle - Name this entity is referred to aspublic String getTitle()
getTitle in interface I_AD_Attachmentpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||