Class ReadonlyDirtyType

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Column, OneToMany, OneToOne

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

      • ReadonlyDirtyType

        public ReadonlyDirtyType()
    • Method Detail

      • deleteDirty

        public void deleteDirty()
      • deleteReadOnly

        public void deleteReadOnly()
      • getDirty

        public boolean getDirty()
        Returns the value of field 'dirty'. The field 'dirty' has the following description: If the value is 'true', the field will not be checked against the database for modification.
        Returns:
        the value of field 'Dirty'.
      • getReadOnly

        public boolean getReadOnly()
        Returns the value of field 'readOnly'. The field 'readOnly' has the following description: Attribute 'read-only' is used to set off changing the column. If true, no update can be performed.
        Returns:
        the value of field 'ReadOnly'.
      • hasDirty

        public boolean hasDirty()
        Method hasDirty.
        Returns:
        true if at least one Dirty has been added
      • hasReadOnly

        public boolean hasReadOnly()
        Method hasReadOnly.
        Returns:
        true if at least one ReadOnly has been added
      • isDirty

        public boolean isDirty()
        Returns the value of field 'dirty'. The field 'dirty' has the following description: If the value is 'true', the field will not be checked against the database for modification.
        Returns:
        the value of field 'Dirty'.
      • isReadOnly

        public boolean isReadOnly()
        Returns the value of field 'readOnly'. The field 'readOnly' has the following description: Attribute 'read-only' is used to set off changing the column. If true, no update can be performed.
        Returns:
        the value of field 'ReadOnly'.
      • isValid

        public boolean isValid()
        Method isValid.
        Returns:
        true if this object is valid according to the schema
      • marshal

        public void marshal​(org.xml.sax.ContentHandler handler)
                     throws java.io.IOException,
                            MarshalException,
                            ValidationException
        Parameters:
        handler -
        Throws:
        java.io.IOException - if an IOException occurs during marshaling
        ValidationException - if this object is an invalid instance according to the schema
        MarshalException - if object is null or if any SAXException is thrown during marshaling
      • setDirty

        public void setDirty​(boolean dirty)
        Sets the value of field 'dirty'. The field 'dirty' has the following description: If the value is 'true', the field will not be checked against the database for modification.
        Parameters:
        dirty - the value of field 'dirty'.
      • setReadOnly

        public void setReadOnly​(boolean readOnly)
        Sets the value of field 'readOnly'. The field 'readOnly' has the following description: Attribute 'read-only' is used to set off changing the column. If true, no update can be performed.
        Parameters:
        readOnly - the value of field 'readOnly'.