Adempiere 3.5.2a

org.compiere.model
Interface I_CM_WebProject

All Known Implementing Classes:
MWebProject, X_CM_WebProject

public interface I_CM_WebProject

Generated Interface for CM_WebProject

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_TreeCMC_ID
          Column name AD_TreeCMC_ID
static String COLUMNNAME_AD_TreeCMM_ID
          Column name AD_TreeCMM_ID
static String COLUMNNAME_AD_TreeCMS_ID
          Column name AD_TreeCMS_ID
static String COLUMNNAME_AD_TreeCMT_ID
          Column name AD_TreeCMT_ID
static String COLUMNNAME_CM_WebProject_ID
          Column name CM_WebProject_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_Meta_Author
          Column name Meta_Author
static String COLUMNNAME_Meta_Content
          Column name Meta_Content
static String COLUMNNAME_Meta_Copyright
          Column name Meta_Copyright
static String COLUMNNAME_Meta_Publisher
          Column name Meta_Publisher
static String COLUMNNAME_Meta_RobotsTag
          Column name Meta_RobotsTag
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=853
static String Table_Name
          TableName=CM_WebProject
 
Method Summary
 int getAD_TreeCMC_ID()
          Get Container Tree.
 int getAD_TreeCMM_ID()
          Get Media Tree.
 int getAD_TreeCMS_ID()
          Get Stage Tree.
 int getAD_TreeCMT_ID()
          Get Template Tree.
 int getCM_WebProject_ID()
          Get Web Project.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getMeta_Author()
          Get Meta Author.
 String getMeta_Content()
          Get Meta Content Type.
 String getMeta_Copyright()
          Get Meta Copyright.
 String getMeta_Publisher()
          Get Meta Publisher.
 String getMeta_RobotsTag()
          Get Meta RobotsTag.
 String getName()
          Get Name.
 void setAD_TreeCMC_ID(int AD_TreeCMC_ID)
          Set Container Tree.
 void setAD_TreeCMM_ID(int AD_TreeCMM_ID)
          Set Media Tree.
 void setAD_TreeCMS_ID(int AD_TreeCMS_ID)
          Set Stage Tree.
 void setAD_TreeCMT_ID(int AD_TreeCMT_ID)
          Set Template Tree.
 void setCM_WebProject_ID(int CM_WebProject_ID)
          Set Web Project.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setMeta_Author(String Meta_Author)
          Set Meta Author.
 void setMeta_Content(String Meta_Content)
          Set Meta Content Type.
 void setMeta_Copyright(String Meta_Copyright)
          Set Meta Copyright.
 void setMeta_Publisher(String Meta_Publisher)
          Set Meta Publisher.
 void setMeta_RobotsTag(String Meta_RobotsTag)
          Set Meta RobotsTag.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_WebProject

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=853


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_TreeCMC_ID

static final String COLUMNNAME_AD_TreeCMC_ID
Column name AD_TreeCMC_ID

See Also:
Constant Field Values

COLUMNNAME_AD_TreeCMM_ID

static final String COLUMNNAME_AD_TreeCMM_ID
Column name AD_TreeCMM_ID

See Also:
Constant Field Values

COLUMNNAME_AD_TreeCMS_ID

static final String COLUMNNAME_AD_TreeCMS_ID
Column name AD_TreeCMS_ID

See Also:
Constant Field Values

COLUMNNAME_AD_TreeCMT_ID

static final String COLUMNNAME_AD_TreeCMT_ID
Column name AD_TreeCMT_ID

See Also:
Constant Field Values

COLUMNNAME_CM_WebProject_ID

static final String COLUMNNAME_CM_WebProject_ID
Column name CM_WebProject_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_Meta_Author

static final String COLUMNNAME_Meta_Author
Column name Meta_Author

See Also:
Constant Field Values

COLUMNNAME_Meta_Content

static final String COLUMNNAME_Meta_Content
Column name Meta_Content

See Also:
Constant Field Values

COLUMNNAME_Meta_Copyright

static final String COLUMNNAME_Meta_Copyright
Column name Meta_Copyright

See Also:
Constant Field Values

COLUMNNAME_Meta_Publisher

static final String COLUMNNAME_Meta_Publisher
Column name Meta_Publisher

See Also:
Constant Field Values

COLUMNNAME_Meta_RobotsTag

static final String COLUMNNAME_Meta_RobotsTag
Column name Meta_RobotsTag

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_TreeCMC_ID

void setAD_TreeCMC_ID(int AD_TreeCMC_ID)
Set Container Tree. Container Tree


getAD_TreeCMC_ID

int getAD_TreeCMC_ID()
Get Container Tree. Container Tree


setAD_TreeCMM_ID

void setAD_TreeCMM_ID(int AD_TreeCMM_ID)
Set Media Tree. Media Tree


getAD_TreeCMM_ID

int getAD_TreeCMM_ID()
Get Media Tree. Media Tree


setAD_TreeCMS_ID

void setAD_TreeCMS_ID(int AD_TreeCMS_ID)
Set Stage Tree. Stage Tree


getAD_TreeCMS_ID

int getAD_TreeCMS_ID()
Get Stage Tree. Stage Tree


setAD_TreeCMT_ID

void setAD_TreeCMT_ID(int AD_TreeCMT_ID)
Set Template Tree. Template Tree


getAD_TreeCMT_ID

int getAD_TreeCMT_ID()
Get Template Tree. Template Tree


setCM_WebProject_ID

void setCM_WebProject_ID(int CM_WebProject_ID)
Set Web Project. A web project is the main data container for Containers, URLs, Ads, Media etc.


getCM_WebProject_ID

int getCM_WebProject_ID()
Get Web Project. A web project is the main data container for Containers, URLs, Ads, Media etc.


setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setMeta_Author

void setMeta_Author(String Meta_Author)
Set Meta Author. Author of the content


getMeta_Author

String getMeta_Author()
Get Meta Author. Author of the content


setMeta_Content

void setMeta_Content(String Meta_Content)
Set Meta Content Type. Defines the type of content i.e. "text/html; charset=UTF-8"


getMeta_Content

String getMeta_Content()
Get Meta Content Type. Defines the type of content i.e. "text/html; charset=UTF-8"


setMeta_Copyright

void setMeta_Copyright(String Meta_Copyright)
Set Meta Copyright. Contains Copyright information for the content


getMeta_Copyright

String getMeta_Copyright()
Get Meta Copyright. Contains Copyright information for the content


setMeta_Publisher

void setMeta_Publisher(String Meta_Publisher)
Set Meta Publisher. Meta Publisher defines the publisher of the content


getMeta_Publisher

String getMeta_Publisher()
Get Meta Publisher. Meta Publisher defines the publisher of the content


setMeta_RobotsTag

void setMeta_RobotsTag(String Meta_RobotsTag)
Set Meta RobotsTag. RobotsTag defines how search robots should handle this content


getMeta_RobotsTag

String getMeta_RobotsTag()
Get Meta RobotsTag. RobotsTag defines how search robots should handle this content


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.