umm.api
Class NameValue

java.lang.Object
  extended by umm.api.NameValue

public class NameValue
extends java.lang.Object


Constructor Summary
NameValue(java.lang.String name)
           
NameValue(java.lang.String name, int value)
           
NameValue(java.lang.String name, int value, java.lang.String toolTip)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 java.lang.String getToolTip()
           
 int getValue()
           
 void setName(java.lang.String name)
           
 void setToolTip(java.lang.String toolTip)
           
 void setValue(int value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameValue

public NameValue(java.lang.String name,
                 int value,
                 java.lang.String toolTip)

NameValue

public NameValue(java.lang.String name,
                 int value)

NameValue

public NameValue(java.lang.String name)
Method Detail

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 int getValue()

setValue

public void setValue(int value)
Parameters:
value - the value to set

getToolTip

public java.lang.String getToolTip()

setToolTip

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


All of the documentation and software included in this and any other Informatica, Inc. "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with Informatica Inc. Copyright © 2004-2014, Informatica Corporation. All Rights Reserved.