Class _GroupAgentLock

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

    public abstract class _GroupAgentLock
    extends BaseEntity

    Provides the _GroupAgentLock 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<Integer> ENTRY_INDEX
      Provides the 'ENTRY_INDEX' property.
      static String ENTRY_INDEX_PROPERTY
      Provides the 'entryIndex' property name.
      static org.apache.cayenne.exp.Property<String> GROUP_AGENT_ID
      Provides the 'GROUP_AGENT_ID' property.
      static String GROUP_AGENT_ID_PROPERTY
      Provides the 'groupAgentId' property name.
      static String GROUP_AGENT_LOCK_OID_PK_COLUMN
      Provides the 'group_agent_lock_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<String> GROUP_NAME
      Provides the 'GROUP_NAME' property.
      static String GROUP_NAME_PROPERTY
      Provides the 'groupName' property name.
      static org.apache.cayenne.exp.Property<Date> UPDATE_TIME
      Provides the 'UPDATE_TIME' property.
      static String UPDATE_TIME_PROPERTY
      Provides the 'updateTime' property 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
      _GroupAgentLock()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEntryIndex()
      Return the entryIndex value.
      String getGroupAgentId()
      Return the groupAgentId value.
      String getGroupName()
      Return the groupName value.
      Date getUpdateTime()
      Return the updateTime value.
      void setEntryIndex​(int entryIndex)
      Set the entryIndex value.
      void setGroupAgentId​(String groupAgentId)
      Set the groupAgentId value.
      void setGroupName​(String groupName)
      Set the groupName value.
      void setUpdateTime​(Date updateTime)
      Set the updateTime value.
      • 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

      • ENTRY_INDEX_PROPERTY

        public static final String ENTRY_INDEX_PROPERTY
        Provides the 'entryIndex' property name.
        See Also:
        Constant Field Values
      • GROUP_AGENT_ID_PROPERTY

        public static final String GROUP_AGENT_ID_PROPERTY
        Provides the 'groupAgentId' property name.
        See Also:
        Constant Field Values
      • GROUP_NAME_PROPERTY

        public static final String GROUP_NAME_PROPERTY
        Provides the 'groupName' property name.
        See Also:
        Constant Field Values
      • UPDATE_TIME_PROPERTY

        public static final String UPDATE_TIME_PROPERTY
        Provides the 'updateTime' property name.
        See Also:
        Constant Field Values
      • GROUP_AGENT_LOCK_OID_PK_COLUMN

        public static final String GROUP_AGENT_LOCK_OID_PK_COLUMN
        Provides the 'group_agent_lock_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ENTRY_INDEX

        public static final org.apache.cayenne.exp.Property<Integer> ENTRY_INDEX
        Provides the 'ENTRY_INDEX' property.
      • GROUP_AGENT_ID

        public static final org.apache.cayenne.exp.Property<String> GROUP_AGENT_ID
        Provides the 'GROUP_AGENT_ID' property.
      • GROUP_NAME

        public static final org.apache.cayenne.exp.Property<String> GROUP_NAME
        Provides the 'GROUP_NAME' property.
      • UPDATE_TIME

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

      • _GroupAgentLock

        public _GroupAgentLock()
    • Method Detail

      • setEntryIndex

        public void setEntryIndex​(int entryIndex)
        Set the entryIndex value.
        Parameters:
        entryIndex - the entryIndex value to set
      • getEntryIndex

        public int getEntryIndex()
        Return the entryIndex value.
        Returns:
        entryIndex the entryIndex value
      • setGroupAgentId

        public void setGroupAgentId​(String groupAgentId)
        Set the groupAgentId value.
        Parameters:
        groupAgentId - the groupAgentId value to set
      • getGroupAgentId

        public String getGroupAgentId()
        Return the groupAgentId value.
        Returns:
        groupAgentId the groupAgentId value
      • setGroupName

        public void setGroupName​(String groupName)
        Set the groupName value.
        Parameters:
        groupName - the groupName value to set
      • getGroupName

        public String getGroupName()
        Return the groupName value.
        Returns:
        groupName the groupName value
      • setUpdateTime

        public void setUpdateTime​(Date updateTime)
        Set the updateTime value.
        Parameters:
        updateTime - the updateTime value to set
      • getUpdateTime

        public Date getUpdateTime()
        Return the updateTime value.
        Returns:
        updateTime the updateTime value