Class GalasaPropertyName

java.lang.Object
dev.galasa.framework.api.common.resources.GalasaPropertyName

public class GalasaPropertyName extends Object
  • Constructor Details

    • GalasaPropertyName

      public GalasaPropertyName(String fullyQualifiedName)
    • GalasaPropertyName

      public GalasaPropertyName(String namespaceName, String simpleName)
  • Method Details

    • equals

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

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • getFullyQualifiedName

      public String getFullyQualifiedName()
    • getShortestSuffix

      public String getShortestSuffix()
    • getLongestPrefix

      public String getLongestPrefix()
    • getSimpleName

      public String getSimpleName()
    • getNamespaceName

      public String getNamespaceName()