Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface ProvisioningProtocol

All Superinterfaces:
ModelObject, XMLObject

public interface ProvisioningProtocol
extends ModelObject

A Provisioning Protocol is the protocol that j2me device or any device which supports "over the air provisioning" uses to allow provisioning on it.


Field Summary
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier.

 

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String protocolname)
          Set the name

 

Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getId, getLastModifiedDate, getTypeId, getTypeName, isSystem, setSystem, undoAll

 

Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML

 

Field Detail

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier.
See Also:
Constant Field Values

TYPEID

public static final int TYPEID
The type id of this class.
See Also:
Constant Field Values
Method Detail

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description text.

getDescription

public java.lang.String getDescription()
Returns:
the description

setName

public void setName(java.lang.String protocolname)
Description copied from interface: ModelObject
Set the name
Specified by:
setName in interface ModelObject
Parameters:
protocolname - the protocolname

getName

public java.lang.String getName()
Specified by:
getName in interface ModelObject
Returns:
the protocolName

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.