Adempiere 3.5.2a

org.compiere.model
Interface I_CM_Media_Server

All Known Implementing Classes:
MMediaServer, X_CM_Media_Server

public interface I_CM_Media_Server

Generated Interface for CM_Media_Server

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_CM_Media_Server_ID
          Column name CM_Media_Server_ID
static String COLUMNNAME_CM_WebProject_ID
          Column name CM_WebProject_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Folder
          Column name Folder
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IP_Address
          Column name IP_Address
static String COLUMNNAME_IsPassive
          Column name IsPassive
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Password
          Column name Password
static String COLUMNNAME_URL
          Column name URL
static String COLUMNNAME_UserName
          Column name UserName
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=859
static String Table_Name
          TableName=CM_Media_Server
 
Method Summary
 int getCM_Media_Server_ID()
          Get Media Server.
 int getCM_WebProject_ID()
          Get Web Project.
 I_CM_WebProject getCM_WebProject()
           
 String getDescription()
          Get Description.
 String getFolder()
          Get Folder.
 String getHelp()
          Get Comment/Help.
 String getIP_Address()
          Get IP Address.
 String getName()
          Get Name.
 String getPassword()
          Get Password.
 String getURL()
          Get URL.
 String getUserName()
          Get Registered EMail.
 boolean isPassive()
          Get Transfer passive.
 void setCM_Media_Server_ID(int CM_Media_Server_ID)
          Set Media Server.
 void setCM_WebProject_ID(int CM_WebProject_ID)
          Set Web Project.
 void setDescription(String Description)
          Set Description.
 void setFolder(String Folder)
          Set Folder.
 void setHelp(String Help)
          Set Comment/Help.
 void setIP_Address(String IP_Address)
          Set IP Address.
 void setIsPassive(boolean IsPassive)
          Set Transfer passive.
 void setName(String Name)
          Set Name.
 void setPassword(String Password)
          Set Password.
 void setURL(String URL)
          Set URL.
 void setUserName(String UserName)
          Set Registered EMail.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_Media_Server

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=859


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


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_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_Folder

static final String COLUMNNAME_Folder
Column name Folder

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IP_Address

static final String COLUMNNAME_IP_Address
Column name IP_Address

See Also:
Constant Field Values

COLUMNNAME_IsPassive

static final String COLUMNNAME_IsPassive
Column name IsPassive

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Password

static final String COLUMNNAME_Password
Column name Password

See Also:
Constant Field Values

COLUMNNAME_URL

static final String COLUMNNAME_URL
Column name URL

See Also:
Constant Field Values

COLUMNNAME_UserName

static final String COLUMNNAME_UserName
Column name UserName

See Also:
Constant Field Values
Method Detail

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


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.


getCM_WebProject

I_CM_WebProject getCM_WebProject()
                                 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


setFolder

void setFolder(String Folder)
Set Folder. A folder on a local or remote system to store data into


getFolder

String getFolder()
Get Folder. A folder on a local or remote system to store data into


setHelp

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


getHelp

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


setIP_Address

void setIP_Address(String IP_Address)
Set IP Address. Defines the IP address to transfer data to


getIP_Address

String getIP_Address()
Get IP Address. Defines the IP address to transfer data to


setIsPassive

void setIsPassive(boolean IsPassive)
Set Transfer passive. FTP passive transfer


isPassive

boolean isPassive()
Get Transfer passive. FTP passive transfer


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPassword

void setPassword(String Password)
Set Password. Password of any length (case sensitive)


getPassword

String getPassword()
Get Password. Password of any length (case sensitive)


setURL

void setURL(String URL)
Set URL. Full URL address - e.g. http://www.adempiere.org


getURL

String getURL()
Get URL. Full URL address - e.g. http://www.adempiere.org


setUserName

void setUserName(String UserName)
Set Registered EMail. Email of the responsible for the System


getUserName

String getUserName()
Get Registered EMail. Email of the responsible for the System


Adempiere 3.5.2a

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