org.blue.include
Class comments_h.comment

java.lang.Object
  extended by org.blue.include.comments_h.comment
Enclosing class:
comments_h

public static class comments_h.comment
extends java.lang.Object

DATA STRUCTURES


Field Summary
 java.lang.String author
           
 java.lang.String comment_data
           
 long comment_id
           
 int comment_type
           
 long entry_time
           
 int entry_type
           
 long expire_time
           
 int expires
           
 java.lang.String host_name
           
 int persistent
           
 java.lang.String service_description
           
 int source
           
 
Constructor Summary
comments_h.comment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comment_type

public int comment_type

entry_type

public int entry_type

comment_id

public long comment_id

source

public int source

persistent

public int persistent

entry_time

public long entry_time

expires

public int expires

expire_time

public long expire_time

host_name

public java.lang.String host_name

service_description

public java.lang.String service_description

author

public java.lang.String author

comment_data

public java.lang.String comment_data
Constructor Detail

comments_h.comment

public comments_h.comment()