it.eng.spagobi.tools.udp.bo
Class UdpValue

java.lang.Object
  extended by it.eng.spagobi.tools.udp.bo.UdpValue
All Implemented Interfaces:
java.io.Serializable

public class UdpValue
extends java.lang.Object
implements java.io.Serializable

Author:
Antonella Giachino (antonella.giachino@eng.it)
See Also:
Serialized Form

Constructor Summary
UdpValue()
           
 
Method Summary
 java.util.Date getBeginTs()
           
 java.util.Date getEndTs()
           
 java.lang.String getFamily()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.lang.Integer getProg()
           
 java.lang.Integer getReferenceId()
           
 java.lang.String getTypeLabel()
           
 java.lang.Integer getUdpId()
           
 java.lang.Integer getUdpValueId()
           
 java.lang.String getValue()
           
 void setBeginTs(java.util.Date beginTs)
           
 void setEndTs(java.util.Date endTs)
           
 void setFamily(java.lang.String family)
           
 void setLabel(java.lang.String label)
           
 void setName(java.lang.String name)
           
 void setProg(java.lang.Integer prog)
           
 void setReferenceId(java.lang.Integer referenceId)
           
 void setTypeLabel(java.lang.String typeLabel)
           
 void setUdpId(java.lang.Integer udpId)
           
 void setUdpValueId(java.lang.Integer udpValueId)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdpValue

public UdpValue()
Method Detail

getUdpValueId

public java.lang.Integer getUdpValueId()
Returns:
the udpValueId

setUdpValueId

public void setUdpValueId(java.lang.Integer udpValueId)
Parameters:
udpValueId - the udpValueId to set

getUdpId

public java.lang.Integer getUdpId()
Returns:
the udpId

setUdpId

public void setUdpId(java.lang.Integer udpId)
Parameters:
udpId - the udpId to set

getReferenceId

public java.lang.Integer getReferenceId()
Returns:
the referenceId

setReferenceId

public void setReferenceId(java.lang.Integer referenceId)
Parameters:
referenceId - the referenceId to set

getLabel

public java.lang.String getLabel()
Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Parameters:
label - the label to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set

getFamily

public java.lang.String getFamily()
Returns:
the family

setFamily

public void setFamily(java.lang.String family)
Parameters:
family - the family to set

getProg

public java.lang.Integer getProg()
Returns:
the prog

setProg

public void setProg(java.lang.Integer prog)
Parameters:
prog - the prog to set

getBeginTs

public java.util.Date getBeginTs()
Returns:
the beginTs

setBeginTs

public void setBeginTs(java.util.Date beginTs)
Parameters:
beginTs - the beginTs to set

getEndTs

public java.util.Date getEndTs()
Returns:
the endTs

setEndTs

public void setEndTs(java.util.Date endTs)
Parameters:
endTs - the endTs to set

getTypeLabel

public java.lang.String getTypeLabel()

setTypeLabel

public void setTypeLabel(java.lang.String typeLabel)