cgl.narada.service.storage.file
Class ProfileRecord

java.lang.Object
  extended by cgl.narada.service.storage.file.ProfileRecord
All Implemented Interfaces:
Serializable

public class ProfileRecord
extends Object
implements Serializable

A row record of Profile database

Version:
1.0
See Also:
Serialized Form

Field Summary
 int destID
           
 String profileID
           
 int profileType
           
 byte[] subscriptions
           
 int templateID
           
 
Constructor Summary
ProfileRecord(String pID, byte[] sub, int type, int tempID, int destID)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profileID

public String profileID

subscriptions

public byte[] subscriptions

profileType

public int profileType

templateID

public int templateID

destID

public int destID
Constructor Detail

ProfileRecord

public ProfileRecord(String pID,
                     byte[] sub,
                     int type,
                     int tempID,
                     int destID)


For comments and suggestions please send e-mail to The NaradaBrokering Project