org.blue.xdata
Class xodtemplate_h.xodtemplate_hostextinfo

java.lang.Object
  extended by org.blue.xdata.xodtemplate_h.xodtemplate_hostextinfo
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
xodtemplate_h

public static class xodtemplate_h.xodtemplate_hostextinfo
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 int _config_file
           
 int _start_line
           
 java.lang.String action_url
           
 int has_been_resolved
           
 int have_2d_coords
           
 int have_3d_coords
           
 java.lang.String host_name
           
 java.lang.String hostgroup_name
           
 java.lang.String icon_image
           
 java.lang.String icon_image_alt
           
 java.lang.String name
           
 java.lang.String notes
           
 java.lang.String notes_url
           
 int register_object
           
 java.lang.String statusmap_image
           
 java.lang.String template
           
 java.lang.String vrml_image
           
 int x_2d
           
 double x_3d
           
 int y_2d
           
 double y_3d
           
 double z_3d
           
 
Constructor Summary
xodtemplate_h.xodtemplate_hostextinfo()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

public java.lang.String template

name

public java.lang.String name

_config_file

public int _config_file

_start_line

public int _start_line

host_name

public java.lang.String host_name

hostgroup_name

public java.lang.String hostgroup_name

notes

public java.lang.String notes

notes_url

public java.lang.String notes_url

action_url

public java.lang.String action_url

icon_image

public java.lang.String icon_image

icon_image_alt

public java.lang.String icon_image_alt

vrml_image

public java.lang.String vrml_image

statusmap_image

public java.lang.String statusmap_image

x_2d

public int x_2d

y_2d

public int y_2d

x_3d

public double x_3d

y_3d

public double y_3d

z_3d

public double z_3d

have_2d_coords

public int have_2d_coords

have_3d_coords

public int have_3d_coords

has_been_resolved

public int has_been_resolved

register_object

public int register_object
Constructor Detail

xodtemplate_h.xodtemplate_hostextinfo

public xodtemplate_h.xodtemplate_hostextinfo()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object