Class OneToOne

  • All Implemented Interfaces:
    java.io.Serializable

    public class OneToOne
    extends ReadonlyDirtyType
    implements java.io.Serializable
    Class OneToOne.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • OneToOne

        public OneToOne()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the value of field 'name'. The field 'name' has the following description: The name attribute specifies the name of the column that represents this relation.
        Returns:
        the value of field 'Name'.
      • isValid

        public boolean isValid()
        Method isValid.
        Overrides:
        isValid in class ReadonlyDirtyType
        Returns:
        true if this object is valid according to the schema
      • setName

        public void setName​(java.lang.String name)
        Sets the value of field 'name'. The field 'name' has the following description: The name attribute specifies the name of the column that represents this relation.
        Parameters:
        name - the value of field 'name'.