SunSPOT host API V4.0


com.sun.spot.client.command
Class MIDletInfo

java.lang.Object
  extended by com.sun.spot.client.command.MIDletInfo
All Implemented Interfaces:
Serializable

public class MIDletInfo
extends Object
implements Serializable

Author:
vgupta
See Also:
Serialized Form

Constructor Summary
MIDletInfo()
          Creates a new instance of MIDletInfo
MIDletInfo(String suiteId, int number, String className)
           
 
Method Summary
 String getClassName()
           
 String getFullClassName()
           
 int getNumber()
           
 String getSimpleClassName()
           
 String getSuiteId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MIDletInfo

public MIDletInfo()
Creates a new instance of MIDletInfo


MIDletInfo

public MIDletInfo(String suiteId,
                  int number,
                  String className)
Method Detail

getSuiteId

public String getSuiteId()

getClassName

public String getClassName()

getFullClassName

public String getFullClassName()

getSimpleClassName

public String getSimpleClassName()

getNumber

public int getNumber()

toString

public String toString()
Overrides:
toString in class Object

SunSPOT host API V4.0


Copyright © 2006-2008 Sun Microsystems, Inc. All Rights Reserved.