org.openmobileis.module.core
Class DependProfileModule

java.lang.Object
  extended byorg.openmobileis.module.core.DependProfileModule
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable

public final class DependProfileModule
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

Constructor Summary
DependProfileModule()
           
DependProfileModule(java.lang.String name, java.lang.String version)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getModuleName()
           
 java.lang.String getModuleVersion()
           
 int hashCode()
           
 void setModuleName(java.lang.String moduleName)
           
 void setModuleVersion(java.lang.String moduleVersion)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependProfileModule

public DependProfileModule()

DependProfileModule

public DependProfileModule(java.lang.String name,
                           java.lang.String version)
Method Detail

getModuleName

public java.lang.String getModuleName()

setModuleName

public void setModuleName(java.lang.String moduleName)

getModuleVersion

public java.lang.String getModuleVersion()

setModuleVersion

public void setModuleVersion(java.lang.String moduleVersion)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright 2006 OpenMobileIS. All Rights Reserved.