IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.broker.core
Interface IProperty

All Known Implementing Classes:
Property, XpdProperty

public interface IProperty

The property interface, it is designed to match both RCP and Expeditor property types.


Field Summary
static int IN
          IN indicates that property is produced.
static int OUT
          OUT indicates that property is consumed.
 
Method Summary
 java.lang.String getClassName()
          This method returns the fully qualified java class name for the property object.
 java.lang.String getDefaultValue()
          This method retuns the default value for the property.
 java.lang.String getDescription()
          This method returns the description for this property.
 int getDirection()
          This method returns whether the property is produced or consumed.
 java.lang.String getName()
          This method returns the name of the property.
 java.lang.String getNamespace()
          This method returns the namespace of the property
 java.lang.Object getOwnerId()
          This method returns the property owner which registered this property.
 java.lang.String getTitle()
          This method returns the property title
 java.lang.String getType()
          This method returns the property type
 void setClassName(java.lang.String className)
          This method sets the fully qualified java class name for the property object.
 void setDefaultValue(java.lang.String defaultValue)
          This method sets the default value for the property.
 void setDescription(java.lang.String desc)
          This method sets the description for this property.
 void setDirection(int direction)
          This method sets whether the property is produced or consumed.
 void setName(java.lang.String name)
          This method sets the name of the property.
 void setNamespace(java.lang.String namespace)
          This method sets the namespace of the property
 void setOwnerId(java.lang.Object ownerId)
          This method sets the property owner which registered this property.
 void setTitle(java.lang.String title)
          This method sets the property title
 void setType(java.lang.String type)
          This method sets the property type
 

Field Detail

IN

static final int IN
IN indicates that property is produced.

See Also:
Constant Field Values

OUT

static final int OUT
OUT indicates that property is consumed.

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
This method returns the name of the property. The name must be unique within each namespace

Returns:
the name

setName

void setName(java.lang.String name)
This method sets the name of the property. The name must be unique within each namespace

Parameters:
name - the name

getType

java.lang.String getType()
This method returns the property type

Returns:
the type

setType

void setType(java.lang.String type)
This method sets the property type

Parameters:
type -

getNamespace

java.lang.String getNamespace()
This method returns the namespace of the property

Returns:
the namespace

setNamespace

void setNamespace(java.lang.String namespace)
This method sets the namespace of the property

Parameters:
namespace - the namespace

getClassName

java.lang.String getClassName()
This method returns the fully qualified java class name for the property object.

Returns:
the java class name

setClassName

void setClassName(java.lang.String className)
This method sets the fully qualified java class name for the property object.

Parameters:
classname -

getDirection

int getDirection()
This method returns whether the property is produced or consumed.

Returns:
int the direction

setDirection

void setDirection(int direction)
This method sets whether the property is produced or consumed.

Parameters:
direction -

getTitle

java.lang.String getTitle()
This method returns the property title

Returns:
title

setTitle

void setTitle(java.lang.String title)
This method sets the property title

Parameters:
title - property title

getDescription

java.lang.String getDescription()
This method returns the description for this property.

Returns:
the description

setDescription

void setDescription(java.lang.String desc)
This method sets the description for this property.

Parameters:
desc - the description

getDefaultValue

java.lang.String getDefaultValue()
This method retuns the default value for the property.

Returns:
the default value

setDefaultValue

void setDefaultValue(java.lang.String defaultValue)
This method sets the default value for the property.

Parameters:
defaultValue - the default value

getOwnerId

java.lang.Object getOwnerId()
This method returns the property owner which registered this property.

Returns:

setOwnerId

void setOwnerId(java.lang.Object ownerId)
This method sets the property owner which registered this property.

Parameters:
ownerId - property owner

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009