Adempiere 3.5.2a

org.compiere.model
Interface I_CM_MediaDeploy

All Known Implementing Classes:
MMediaDeploy, X_CM_MediaDeploy

public interface I_CM_MediaDeploy

Generated Interface for CM_MediaDeploy

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_CM_Media_ID
          Column name CM_Media_ID
static String COLUMNNAME_CM_Media_Server_ID
          Column name CM_Media_Server_ID
static String COLUMNNAME_CM_MediaDeploy_ID
          Column name CM_MediaDeploy_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsDeployed
          Column name IsDeployed
static String COLUMNNAME_LastSynchronized
          Column name LastSynchronized
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=892
static String Table_Name
          TableName=CM_MediaDeploy
 
Method Summary
 int getCM_Media_ID()
          Get Media Item.
 int getCM_Media_Server_ID()
          Get Media Server.
 I_CM_Media_Server getCM_Media_Server()
           
 I_CM_Media getCM_Media()
           
 int getCM_MediaDeploy_ID()
          Get Media Deploy.
 String getDescription()
          Get Description.
 Timestamp getLastSynchronized()
          Get Last Synchronized.
 boolean isDeployed()
          Get Deployed.
 void setCM_Media_ID(int CM_Media_ID)
          Set Media Item.
 void setCM_Media_Server_ID(int CM_Media_Server_ID)
          Set Media Server.
 void setCM_MediaDeploy_ID(int CM_MediaDeploy_ID)
          Set Media Deploy.
 void setDescription(String Description)
          Set Description.
 void setIsDeployed(boolean IsDeployed)
          Set Deployed.
 void setLastSynchronized(Timestamp LastSynchronized)
          Set Last Synchronized.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_MediaDeploy

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=892


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_CM_MediaDeploy_ID

static final String COLUMNNAME_CM_MediaDeploy_ID
Column name CM_MediaDeploy_ID

See Also:
Constant Field Values

COLUMNNAME_CM_Media_ID

static final String COLUMNNAME_CM_Media_ID
Column name CM_Media_ID

See Also:
Constant Field Values

COLUMNNAME_CM_Media_Server_ID

static final String COLUMNNAME_CM_Media_Server_ID
Column name CM_Media_Server_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsDeployed

static final String COLUMNNAME_IsDeployed
Column name IsDeployed

See Also:
Constant Field Values

COLUMNNAME_LastSynchronized

static final String COLUMNNAME_LastSynchronized
Column name LastSynchronized

See Also:
Constant Field Values
Method Detail

setCM_MediaDeploy_ID

void setCM_MediaDeploy_ID(int CM_MediaDeploy_ID)
Set Media Deploy. Media Deployment Log


getCM_MediaDeploy_ID

int getCM_MediaDeploy_ID()
Get Media Deploy. Media Deployment Log


setCM_Media_ID

void setCM_Media_ID(int CM_Media_ID)
Set Media Item. Contains media content like images, flash movies etc.


getCM_Media_ID

int getCM_Media_ID()
Get Media Item. Contains media content like images, flash movies etc.


getCM_Media

I_CM_Media getCM_Media()
                       throws Exception
Throws:
Exception

setCM_Media_Server_ID

void setCM_Media_Server_ID(int CM_Media_Server_ID)
Set Media Server. Media Server list to which content should get transfered


getCM_Media_Server_ID

int getCM_Media_Server_ID()
Get Media Server. Media Server list to which content should get transfered


getCM_Media_Server

I_CM_Media_Server getCM_Media_Server()
                                     throws Exception
Throws:
Exception

setDescription

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


getDescription

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


setIsDeployed

void setIsDeployed(boolean IsDeployed)
Set Deployed. Entity is deployed


isDeployed

boolean isDeployed()
Get Deployed. Entity is deployed


setLastSynchronized

void setLastSynchronized(Timestamp LastSynchronized)
Set Last Synchronized. Date when last synchronized


getLastSynchronized

Timestamp getLastSynchronized()
Get Last Synchronized. Date when last synchronized


Adempiere 3.5.2a

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