org.openmobileis.module.profiles.terminal
Class TerminalProfile

java.lang.Object
  extended byorg.openmobileis.module.profiles.terminal.TerminalProfile
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable

public final class TerminalProfile
extends java.lang.Object
implements OpenMISSerializable

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu
See Also:
Serialized Form

Field Summary
 TerminalProfilModule[] moduleList
           
 java.lang.String profileName
           
 
Constructor Summary
TerminalProfile()
           
 
Method Summary
static TerminalProfile convertProfileToTerminalProfile(Profile profile)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profileName

public java.lang.String profileName

moduleList

public TerminalProfilModule[] moduleList
Constructor Detail

TerminalProfile

public TerminalProfile()
Method Detail

toXML

public java.lang.String toXML()

convertProfileToTerminalProfile

public static TerminalProfile convertProfileToTerminalProfile(Profile profile)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright 2006 OpenMobileIS. All Rights Reserved.