Class _JobGroup

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    JobGroup

    public abstract class _JobGroup
    extends BaseEntity

    Provides the _JobGroup database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<Group> GROUP
      Provides the 'GROUP' property.
      static String GROUP_PROPERTY
      Provides the 'group' relationship name.
      static org.apache.cayenne.exp.Property<Job> JOB
      Provides the 'JOB' property.
      static String JOB_GROUP_OID_PK_COLUMN
      Provides the 'job_group_oid' primary key database column name.
      static String JOB_PROPERTY
      Provides the 'job' relationship name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Constructor Summary

      Constructors 
      Constructor Description
      _JobGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Group getGroup()
      Return the Group.
      Job getJob()
      Return the Job.
      void setGroup​(Group group)
      Set the Group.
      void setJob​(Job job)
      Set the Job.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • JOB_GROUP_OID_PK_COLUMN

        public static final String JOB_GROUP_OID_PK_COLUMN
        Provides the 'job_group_oid' primary key database column name.
        See Also:
        Constant Field Values
      • GROUP

        public static final org.apache.cayenne.exp.Property<Group> GROUP
        Provides the 'GROUP' property.
      • JOB

        public static final org.apache.cayenne.exp.Property<Job> JOB
        Provides the 'JOB' property.
    • Constructor Detail

      • _JobGroup

        public _JobGroup()
    • Method Detail

      • setGroup

        public void setGroup​(Group group)
        Set the Group.
        Parameters:
        group - the group value to set
      • getGroup

        public Group getGroup()
        Return the Group.
        Returns:
        the group value
      • setJob

        public void setJob​(Job job)
        Set the Job.
        Parameters:
        job - the job value to set
      • getJob

        public Job getJob()
        Return the Job.
        Returns:
        the job value