org.opennms.web.map.view
Class VMapInfo

java.lang.Object
  extended by org.opennms.web.map.view.VMapInfo

public final class VMapInfo
extends Object

Author:
micmas, Antonio Russo TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static String DEFAULT_NAME
           
 
Constructor Summary
VMapInfo(int id, String name, String owner)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getId()
           
 String getName()
           
 String getOwner()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static final String DEFAULT_NAME
See Also:
Constant Field Values
Constructor Detail

VMapInfo

public VMapInfo(int id,
                String name,
                String owner)
Parameters:
id -
name -
owner -
Method Detail

getId

public int getId()

getName

public String getName()

getOwner

public String getOwner()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009. All Rights Reserved.