webmngr.graphic
Class Source

java.lang.Object
  |
  +--webmngr.graphic.Source

public class Source
extends java.lang.Object

Classe que representa um source de informação para um gráfico.

Author:
Alexandre Nóbrega Duarte

Constructor Summary
Source()
           
 
Method Summary
 java.awt.Color getColor()
           
 java.lang.String getLabel()
           
 java.lang.String getOID()
           
 void setColor(java.lang.String color)
           
 void setLabel(java.lang.String label)
           
 void setOidref(java.lang.String oid)
           
 void setWidth(java.lang.String width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Source

public Source()
Method Detail

setOidref

public void setOidref(java.lang.String oid)

setColor

public void setColor(java.lang.String color)

getColor

public java.awt.Color getColor()

getOID

public java.lang.String getOID()

setLabel

public void setLabel(java.lang.String label)

getLabel

public java.lang.String getLabel()

setWidth

public void setWidth(java.lang.String width)