com.levigo.jadice.annotation.profiles
Class PropertyDefault<T>

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

public class PropertyDefault<T>
extends Object


Constructor Summary
PropertyDefault()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDefaultValue()
           
 String getPropertyName()
           
 int hashCode()
           
 void setDefaultValue(String defaultValue)
           
 void setPropertyName(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefault

public PropertyDefault()
Method Detail

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.