public abstract class Property
extends java.lang.Object
implements java.io.Serializable
protected Property(java.lang.String name,
java.lang.String node,
Type type)
name - The name by which the property can be referenced within
its owner.node - The node name to use for XML-based representation of this
property.type - The Hibernate Type of this property.public java.lang.String getName()
public java.lang.String getNode()
public Type getType()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.