Class TypedUrl

java.lang.Object
org.bedework.calfacade.base.TypedUrl
All Implemented Interfaces:
Serializable, Comparable, Comparator

public class TypedUrl extends Object implements Comparable, Comparator, Serializable
Author:
Mike Douglass
See Also:
  • Constructor Details

    • TypedUrl

      public TypedUrl()
  • Method Details

    • setType

      public void setType(String val)
      Set the name
      Parameters:
      val - String type
    • getType

      public String getType()
      Get the type.
      Returns:
      String type
    • setValue

      public void setValue(String val)
      Set the value
      Parameters:
      val - String value
    • getValue

      public String getValue()
      Get the value.
      Returns:
      String value
    • compare

      public int compare(Object o1, Object o2)
      Specified by:
      compare in interface Comparator
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in interface Comparator
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object