|
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.core.impl.Property
public class Property
This Property class is IProperty
implementation for pure RCP use.
Field Summary | |
---|---|
protected java.lang.String |
className
|
protected java.lang.String |
defaultValue
|
protected java.lang.String |
description
|
protected int |
direction
|
protected java.lang.String |
name
|
protected java.lang.String |
namespace
|
protected java.lang.Object |
ownerId
|
protected java.lang.String |
title
|
protected java.lang.String |
type
|
Fields inherited from interface com.ibm.btt.rcp.broker.core.IProperty |
---|
IN, OUT |
Constructor Summary | |
---|---|
Property()
|
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 |
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 description)
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 |
Field Detail |
---|
protected java.lang.String className
protected java.lang.String defaultValue
protected java.lang.String description
protected java.lang.String name
protected java.lang.String namespace
protected java.lang.String title
protected java.lang.String type
protected int direction
protected java.lang.Object ownerId
Constructor Detail |
---|
Property()
Method Detail |
---|
public java.lang.String getClassName()
IProperty
getClassName
in interface IProperty
public void setClassName(java.lang.String className)
IProperty
setClassName
in interface IProperty
public java.lang.String getDefaultValue()
IProperty
getDefaultValue
in interface IProperty
public void setDefaultValue(java.lang.String defaultValue)
IProperty
setDefaultValue
in interface IProperty
defaultValue
- the default valuepublic java.lang.String getDescription()
IProperty
getDescription
in interface IProperty
public void setDescription(java.lang.String description)
IProperty
setDescription
in interface IProperty
description
- the descriptionpublic int getDirection()
IProperty
getDirection
in interface IProperty
public void setDirection(int direction)
IProperty
setDirection
in interface IProperty
public java.lang.String getName()
IProperty
getName
in interface IProperty
public void setName(java.lang.String name)
IProperty
setName
in interface IProperty
name
- the namepublic java.lang.String getNamespace()
IProperty
getNamespace
in interface IProperty
public void setNamespace(java.lang.String namespace)
IProperty
setNamespace
in interface IProperty
namespace
- the namespacepublic java.lang.Object getOwnerId()
IProperty
getOwnerId
in interface IProperty
public void setOwnerId(java.lang.Object ownerId)
IProperty
setOwnerId
in interface IProperty
ownerId
- property ownerpublic java.lang.String getTitle()
IProperty
getTitle
in interface IProperty
public void setTitle(java.lang.String title)
IProperty
setTitle
in interface IProperty
title
- property titlepublic java.lang.String getType()
IProperty
getType
in interface IProperty
public void setType(java.lang.String type)
IProperty
setType
in interface IProperty
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 |