cgl.narada.service.storage.file
Class TemplateRecord

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

public class TemplateRecord
extends Object
implements Serializable

A row record in Template database

Version:
1.0
See Also:
Serialized Form

Field Summary
 byte[] templateBytes
           
 int templateID
           
 int templateType
           
 
Constructor Summary
TemplateRecord(int id, int type, byte[] content)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templateID

public int templateID

templateType

public int templateType

templateBytes

public byte[] templateBytes
Constructor Detail

TemplateRecord

public TemplateRecord(int id,
                      int type,
                      byte[] content)


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