org.openmobileis.common.user.profil
Class ProfileProperty

java.lang.Object
  extended byorg.openmobileis.common.user.profil.ProfileProperty
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable

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

Struct definition : ProfilProperty

See Also:
Serialized Form

Field Summary
 java.lang.String key
          Struct member key
 java.lang.String moduleName
          name of the profil.
 java.lang.String value
          Struct member value
 
Constructor Summary
ProfileProperty()
          Default constructor
ProfileProperty(java.lang.String key, java.lang.String value)
          Constructor with fields initialization
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public java.lang.String key
Struct member key


value

public java.lang.String value
Struct member value


moduleName

public java.lang.String moduleName
name of the profil.

Constructor Detail

ProfileProperty

public ProfileProperty()
Default constructor


ProfileProperty

public ProfileProperty(java.lang.String key,
                       java.lang.String value)
Constructor with fields initialization

Parameters:
key - key struct member
value - value struct member
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright 2006 OpenMobileIS. All Rights Reserved.