|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.rcp.broker.xpd.XpdProperty
public class XpdProperty
This XpdProperty class is IProperty
implementation and
Expeditor property wrapper for Expeditor.
Field Summary |
---|
Fields inherited from interface com.ibm.btt.rcp.broker.core.IProperty |
---|
IN, OUT |
Constructor Summary | |
---|---|
XpdProperty(PropertyController prop)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
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 |
Property |
getXpdProperty()
Get expeditor property |
int |
hashCode()
|
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 |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
XpdProperty(PropertyController prop)
Method Detail |
---|
public java.lang.String getClassName()
IProperty
getClassName
in interface IProperty
public java.lang.String getDefaultValue()
IProperty
getDefaultValue
in interface IProperty
public java.lang.String getDescription()
IProperty
getDescription
in interface IProperty
public int getDirection()
IProperty
getDirection
in interface IProperty
public java.lang.String getName()
IProperty
getName
in interface IProperty
public java.lang.String getNamespace()
IProperty
getNamespace
in interface IProperty
public java.lang.Object getOwnerId()
IProperty
getOwnerId
in interface IProperty
public java.lang.String getTitle()
IProperty
getTitle
in interface IProperty
public java.lang.String getType()
IProperty
getType
in interface IProperty
public void setClassName(java.lang.String className)
IProperty
setClassName
in interface IProperty
public void setDefaultValue(java.lang.String defaultValue)
IProperty
setDefaultValue
in interface IProperty
defaultValue
- the default valuepublic void setDescription(java.lang.String desc)
IProperty
setDescription
in interface IProperty
desc
- the descriptionpublic void setDirection(int direction)
IProperty
setDirection
in interface IProperty
public void setName(java.lang.String name)
IProperty
setName
in interface IProperty
name
- the namepublic void setNamespace(java.lang.String namespace)
IProperty
setNamespace
in interface IProperty
namespace
- the namespacepublic void setOwnerId(java.lang.Object ownerId)
IProperty
setOwnerId
in interface IProperty
ownerId
- property ownerpublic void setTitle(java.lang.String title)
IProperty
setTitle
in interface IProperty
title
- property titlepublic void setType(java.lang.String type)
IProperty
setType
in interface IProperty
public Property getXpdProperty()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |