com.endeca.infront.navigation.model
Class DvalSpec

java.lang.Object
  extended by com.endeca.infront.navigation.model.DvalSpec

public class DvalSpec
extends Object


Constructor Summary
DvalSpec()
           
 
Method Summary
 boolean equals(Object obj)
          Returns true if the given object is equal to this DvalSpec, false otherwise.
 String getId()
           
 String getName()
           
 int hashCode()
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DvalSpec

public DvalSpec()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getName

public String getName()
Returns:
the name

setName

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

equals

public boolean equals(Object obj)
Returns true if the given object is equal to this DvalSpec, false otherwise.

Overrides:
equals in class Object
Returns:
true if the given object is equal to this DvalSpec, false otherwise.

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.