net.ripe.rpki.commons.validation
Class ValidationLocation

java.lang.Object
  extended by net.ripe.rpki.commons.validation.ValidationLocation
All Implemented Interfaces:
Serializable

public class ValidationLocation
extends Object
implements Serializable

The validation location key that is used to associate validation checks with a specific object or step. Typically the URI is used as the key.

See Also:
Serialized Form

Constructor Summary
ValidationLocation(String name)
           
ValidationLocation(URI objectUri)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationLocation

public ValidationLocation(String name)

ValidationLocation

public ValidationLocation(URI objectUri)
Method Detail

getName

public String getName()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2013 RIPE NCC, the Netherlands. All Rights Reserved.