Class PropertyDefault<T>

java.lang.Object
com.levigo.jadice.annotation.profiles.PropertyDefault<T>

public class PropertyDefault<T> extends Object
  • Constructor Details

    • PropertyDefault

      public PropertyDefault()
  • Method Details

    • setPropertyName

      public void setPropertyName(String propertyName)
      Parameters:
      propertyName - the propertyName to set
    • getPropertyName

      public String getPropertyName()
      Returns:
      the propertyName
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      Parameters:
      defaultValue - the defaultValue to set
    • getDefaultValue

      public String getDefaultValue()
      Returns:
      the defaultValue
    • setLocale

      public void setLocale(String locale)
      Parameters:
      locale - the locale to set
    • getLocale

      public String getLocale()
    • hashCode

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

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