|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.adapter.DeviceFormatAdapterDesc
DeviceFormatAdapterDesc is a base class that describes a device adapter.
Field Summary | |
static java.lang.String |
DEVFMT_ENABLED
|
static java.lang.String |
DEVFMT_FACTORYCLASSNAME
|
static java.lang.String |
DEVFMT_ID
|
static java.lang.String |
DEVFMT_NAME
|
static java.lang.String |
DEVFMT_TYPE
|
static java.lang.String |
DEVFMT_TYPEID
|
protected java.lang.Class |
devfmtClass
|
protected java.lang.Integer |
devfmtId
|
protected java.lang.String |
devfmtName
|
protected java.lang.String |
devfmtType
|
protected java.lang.Integer |
devfmtTypeId
|
protected boolean |
isEnabled
|
Constructor Summary | |
DeviceFormatAdapterDesc()
HttpAdapterDesc constructor. |
Method Summary | |
java.lang.Class |
getDeviceFormatClass()
Returns a Class object that is used to instantiate an adapter describe by this adapter descriptor. |
java.lang.Integer |
getDeviceFormatId()
Gets the device format Id for this adapter. |
java.lang.String |
getDeviceFormatName()
Gets the device format name for this adapter. |
java.lang.String |
getDeviceFormatType()
Gets the device format type name for this adapter. |
java.lang.Integer |
getDeviceFormatTypeId()
Gets the device format type Id for this adapter. |
void |
init(com.ibm.commerce.adapter.Element node)
Initialize this descripter based on information that is defined in a dom node associated with this adapter |
boolean |
isEnabled()
Returns true if this adapter is enabled. |
void |
setDeviceFormatClass(java.lang.Class value)
Sets the device format clas for this adapter. |
void |
setDeviceFormatId(java.lang.Integer value)
Sets the device format Id for this adapter. |
void |
setDeviceFormatName(java.lang.String value)
Sets the device format name for this adapter. |
void |
setDeviceFormatType(java.lang.String value)
Sets the device format type name for this adapter. |
void |
setDeviceFormatTypeId(java.lang.Integer value)
Sets the device format type Id for this adapter. |
void |
setIsEnabled(boolean value)
Sets the isEnabled flag for this this adapter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEVFMT_ENABLED
public static final java.lang.String DEVFMT_FACTORYCLASSNAME
public static final java.lang.String DEVFMT_ID
public static final java.lang.String DEVFMT_NAME
public static final java.lang.String DEVFMT_TYPE
public static final java.lang.String DEVFMT_TYPEID
protected java.lang.Class devfmtClass
protected java.lang.Integer devfmtId
protected java.lang.String devfmtName
protected java.lang.String devfmtType
protected java.lang.Integer devfmtTypeId
protected boolean isEnabled
Constructor Detail |
public DeviceFormatAdapterDesc()
Method Detail |
public final java.lang.Class getDeviceFormatClass()
public final java.lang.Integer getDeviceFormatId()
public final java.lang.String getDeviceFormatName()
public final java.lang.String getDeviceFormatType()
public final java.lang.Integer getDeviceFormatTypeId()
public void init(com.ibm.commerce.adapter.Element node) throws java.lang.Exception
Element
- - a dom node associated with this adapterpublic final boolean isEnabled()
public final void setDeviceFormatClass(java.lang.Class value)
value
- Class - the class object associated with this adapterpublic final void setDeviceFormatId(java.lang.Integer value)
value
- Integer - the device format idpublic final void setDeviceFormatName(java.lang.String value)
value
- String - the device format namepublic final void setDeviceFormatType(java.lang.String value)
value
- String - the device format type namepublic final void setDeviceFormatTypeId(java.lang.Integer value)
value
- Integer - the device format type idpublic final void setIsEnabled(boolean value)
value
- boolean
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |