java.lang.Object | +--com.ibm.commerce.adapter.DeviceFormatAdapterDesc
Reserved for IBM internal use. DeviceFormatAdapterDesc is a base class that describes a device adapter.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copywrite notice field. |
static java.lang.String |
DEVFMT_ENABLED The key used to determine whether the adapter should be enabled or not. |
static java.lang.String |
DEVFMT_FACTORYCLASSNAME The key used to get the factory classname of the adapter from the adapter configuration. |
static java.lang.String |
DEVFMT_ID The key used to get the device format identifier from the adapter configuration. |
static java.lang.String |
DEVFMT_NAME The key used to get the device name from the adapter configuration. |
static java.lang.String |
DEVFMT_TYPE The key used to get the name of the device format type from the adapter configuration. |
static java.lang.String |
DEVFMT_TYPEID The key used to get the identifier of the device format type from the adapter configuration. |
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() Reserved for IBM internal use. |
Method Summary | |
---|---|
java.lang.Class |
getDeviceFormatClass() Reserved for IBM internal use. |
java.lang.Integer |
getDeviceFormatId() Reserved for IBM internal use. |
java.lang.String |
getDeviceFormatName() Reserved for IBM internal use. |
java.lang.String |
getDeviceFormatType() Reserved for IBM internal use. |
java.lang.Integer |
getDeviceFormatTypeId() Reserved for IBM internal use. |
void |
init(org.w3c.dom.Element node) Reserved for IBM internal use. |
boolean |
isEnabled() Reserved for IBM internal use. |
void |
setDeviceFormatClass(java.lang.Class value) Reserved for IBM internal use. |
void |
setDeviceFormatId(java.lang.Integer value) Reserved for IBM internal use. |
void |
setDeviceFormatName(java.lang.String value) Reserved for IBM internal use. |
void |
setDeviceFormatType(java.lang.String value) Reserved for IBM internal use. |
void |
setDeviceFormatTypeId(java.lang.Integer value) Reserved for IBM internal use. |
void |
setIsEnabled(boolean value) Reserved for IBM internal use. |
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 COPYRIGHT
public static final java.lang.String DEVFMT_NAME
public static final java.lang.String DEVFMT_FACTORYCLASSNAME
public static final java.lang.String DEVFMT_ID
public static final java.lang.String DEVFMT_TYPE
public static final java.lang.String DEVFMT_TYPEID
public static final java.lang.String DEVFMT_ENABLED
protected java.lang.String devfmtType
protected java.lang.Integer devfmtId
protected java.lang.String devfmtName
protected java.lang.Integer devfmtTypeId
protected java.lang.Class devfmtClass
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(org.w3c.dom.Element node) throws java.lang.Exception
node
- a dom node associated with this adapter.java.lang.Exception
- if there is any problems parsing the
given DOM node.public final boolean isEnabled()
true
) or not
(false
).public final void setDeviceFormatClass(java.lang.Class value)
value
- the class object associated with this
adapter.public final void setDeviceFormatId(java.lang.Integer value)
value
- the device format identifier.public final void setDeviceFormatName(java.lang.String value)
value
- the device format name.public final void setDeviceFormatType(java.lang.String value)
value
- the name of the device format
type.public final void setDeviceFormatTypeId(java.lang.Integer value)
value
- the identifier of the device format
type.public final void setIsEnabled(boolean value)
value
- whether the adapter should be enabled
(true
) or not (false
).