Oracle Application Server Wireless Java API Reference
B14043-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

TYPEID

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

TYPENAME

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

Method Detail

getDescription

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

getName

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

setDescription

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

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.