public class URLParameterRegistryValue extends Object implements Serializable
Constructor and Description |
---|
URLParameterRegistryValue(Class<?> type,
Object value,
Serializable persistentID,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
Serializable |
getPersistentID() |
String |
getPropertyName() |
Class<?> |
getType() |
Object |
getValue() |
void |
setPersistentID(Serializable persistentID) |
void |
setType(Class<?> type) |
void |
setValue(Object value) |
public URLParameterRegistryValue(Class<?> type, Object value, Serializable persistentID, String propertyName)
public String getPropertyName()
public Serializable getPersistentID()
public void setPersistentID(Serializable persistentID)
public Class<?> getType()
public void setType(Class<?> type)
public Object getValue()
public void setValue(Object value)