static class Metadata.DateCopyPropertyPath extends java.lang.Object implements Metadata.PropertyPath<java.util.Date,java.util.Date>
Modifier and Type | Field and Description |
---|---|
private Type |
hibernateType |
Constructor and Description |
---|
Metadata.DateCopyPropertyPath(Type hibernateType) |
Modifier and Type | Method and Description |
---|---|
Type |
getHibernateType()
Get type information about the value that is returned by this path.
|
java.lang.String |
getPath()
Get the path that this object represents.
|
java.util.Date |
getValue(DbControl dc,
java.util.Date item)
Get the value as defined by the implementation for the given item.
|
java.lang.String |
toString() |
private final Type hibernateType
Metadata.DateCopyPropertyPath(Type hibernateType)
public java.util.Date getValue(DbControl dc, java.util.Date item)
Metadata.PropertyPath
getValue
in interface Metadata.PropertyPath<java.util.Date,java.util.Date>
dc
- A DbControl to use for database access if neededitem
- The item that owns the valuepublic Type getHibernateType()
Metadata.PropertyPath
getHibernateType
in interface Metadata.PropertyPath<java.util.Date,java.util.Date>
public java.lang.String getPath()
Metadata.PropertyPath
getPath
in interface Metadata.PropertyPath<java.util.Date,java.util.Date>
public java.lang.String toString()
toString
in class java.lang.Object