org.openmobileis.common.user.profil
Class ProfilRubric

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

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

Struct definition : ProfilRubric

See Also:
Serialized Form

Field Summary
 java.lang.String channelName
          Struct member channelName
 java.lang.String description
          Struct member description
 ProfilProperty[] propertiesList
          Struct member propertiesList
 java.lang.String rubricName
          Struct member rubricName
 
Constructor Summary
ProfilRubric()
          Default constructor
ProfilRubric(java.lang.String channelName, java.lang.String rubricName, java.lang.String description, ProfilProperty[] propertiesList)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelName

public java.lang.String channelName
Struct member channelName


rubricName

public java.lang.String rubricName
Struct member rubricName


description

public java.lang.String description
Struct member description


propertiesList

public ProfilProperty[] propertiesList
Struct member propertiesList

Constructor Detail

ProfilRubric

public ProfilRubric()
Default constructor


ProfilRubric

public ProfilRubric(java.lang.String channelName,
                    java.lang.String rubricName,
                    java.lang.String description,
                    ProfilProperty[] propertiesList)
Constructor with fields initialization

Parameters:
channelName - channelName struct member
rubricName - rubricName struct member
description - description struct member
propertiesList - propertiesList struct member


Copyright 2005 e-Care. All Rights Reserved.