Adempiere 3.5.2a

org.compiere.model
Interface I_CM_Container_URL

All Known Implementing Classes:
X_CM_Container_URL

public interface I_CM_Container_URL

Generated Interface for CM_Container_URL

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_Checked
          Column name Checked
static String COLUMNNAME_CM_Container_ID
          Column name CM_Container_ID
static String COLUMNNAME_CM_Container_URL_ID
          Column name CM_Container_URL_ID
static String COLUMNNAME_Last_Result
          Column name Last_Result
static String COLUMNNAME_Status
          Column name Status
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=865
static String Table_Name
          TableName=CM_Container_URL
 
Method Summary
 Timestamp getChecked()
          Get Last Checked.
 int getCM_Container_ID()
          Get Web Container.
 int getCM_Container_URL_ID()
          Get Container URL.
 I_CM_Container getCM_Container()
           
 String getLast_Result()
          Get Last Result.
 String getStatus()
          Get Status.
 void setChecked(Timestamp Checked)
          Set Last Checked.
 void setCM_Container_ID(int CM_Container_ID)
          Set Web Container.
 void setCM_Container_URL_ID(int CM_Container_URL_ID)
          Set Container URL.
 void setLast_Result(String Last_Result)
          Set Last Result.
 void setStatus(String Status)
          Set Status.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_Container_URL

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=865


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_Checked

static final String COLUMNNAME_Checked
Column name Checked

See Also:
Constant Field Values

COLUMNNAME_CM_Container_ID

static final String COLUMNNAME_CM_Container_ID
Column name CM_Container_ID

See Also:
Constant Field Values

COLUMNNAME_CM_Container_URL_ID

static final String COLUMNNAME_CM_Container_URL_ID
Column name CM_Container_URL_ID

See Also:
Constant Field Values

COLUMNNAME_Last_Result

static final String COLUMNNAME_Last_Result
Column name Last_Result

See Also:
Constant Field Values

COLUMNNAME_Status

static final String COLUMNNAME_Status
Column name Status

See Also:
Constant Field Values
Method Detail

setChecked

void setChecked(Timestamp Checked)
Set Last Checked. Info when we did the last check


getChecked

Timestamp getChecked()
Get Last Checked. Info when we did the last check


setCM_Container_ID

void setCM_Container_ID(int CM_Container_ID)
Set Web Container. Web Container contains content like images, text etc.


getCM_Container_ID

int getCM_Container_ID()
Get Web Container. Web Container contains content like images, text etc.


getCM_Container

I_CM_Container getCM_Container()
                               throws Exception
Throws:
Exception

setCM_Container_URL_ID

void setCM_Container_URL_ID(int CM_Container_URL_ID)
Set Container URL. Contains info on used URLs


getCM_Container_URL_ID

int getCM_Container_URL_ID()
Get Container URL. Contains info on used URLs


setLast_Result

void setLast_Result(String Last_Result)
Set Last Result. Contains data on the last check result


getLast_Result

String getLast_Result()
Get Last Result. Contains data on the last check result


setStatus

void setStatus(String Status)
Set Status. Status of the currently running check


getStatus

String getStatus()
Get Status. Status of the currently running check


Adempiere 3.5.2a

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