Klasse BaseTurbineUserGroupRole

java.lang.Object
org.apache.fulcrum.security.torque.om.BaseTurbineUserGroupRole
Alle implementierten Schnittstellen:
Serializable, org.apache.torque.om.ObjectModel, org.apache.torque.om.Persistent
Bekannte direkte Unterklassen:
TurbineUserGroupRole

public abstract class BaseTurbineUserGroupRole extends Object implements org.apache.torque.om.Persistent, Serializable
This class was autogenerated by Torque on: [Fri Nov 03 10:19:36 CET 2023] You should not use this class directly. It should not even be extended; all references should be to TurbineUserGroupRole
Siehe auch:
  • Konstruktordetails

    • BaseTurbineUserGroupRole

      public BaseTurbineUserGroupRole()
  • Methodendetails

    • getUserId

      public Integer getUserId()
      Get the value of userId.
      Gibt zurück:
      the value of userId as Integer
    • setUserId

      public void setUserId(Integer v)
      Set the value of userId.
      Parameter:
      v - new value of userId
    • getGroupId

      public Integer getGroupId()
      Get the value of groupId.
      Gibt zurück:
      the value of groupId as Integer
    • setGroupId

      public void setGroupId(Integer v)
      Set the value of groupId.
      Parameter:
      v - new value of groupId
    • getRoleId

      public Integer getRoleId()
      Get the value of roleId.
      Gibt zurück:
      the value of roleId as Integer
    • setRoleId

      public void setRoleId(Integer v)
      Set the value of roleId.
      Parameter:
      v - new value of roleId
    • isNew

      public boolean isNew()
      Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
      Angegeben von:
      isNew in Schnittstelle org.apache.torque.om.ObjectModel
      Gibt zurück:
      true, if the object has never been persisted.
    • setNew

      public void setNew(boolean isNew)
      Sets whether the object has ever been saved.
      Angegeben von:
      setNew in Schnittstelle org.apache.torque.om.ObjectModel
      Parameter:
      isNew - true if the object has never been saved, false otherwise.
    • isModified

      public boolean isModified()
      Returns whether the object has been modified.
      Angegeben von:
      isModified in Schnittstelle org.apache.torque.om.ObjectModel
      Gibt zurück:
      True if the object has been modified.
    • setModified

      public void setModified(boolean modified)
      Sets whether the object has been modified.
      Angegeben von:
      setModified in Schnittstelle org.apache.torque.om.ObjectModel
      Parameter:
      modified - true if the object has been modified, false otherwise.
    • resetModified

      public void resetModified()
      Sets the modified state for the object to be false.
    • isSaving

      public boolean isSaving()
      Returns whether this object is currently saving.
      Gibt zurück:
      true if this object is currently saving, false otherwise.
    • setSaving

      public void setSaving(boolean saving)
      Sets whether this object is currently saving.
      Parameter:
      saving - true if this object is currently saving, false otherwise.
    • isLoading

      public boolean isLoading()
      Returns whether this object is currently being loaded from the database.
      Gibt zurück:
      true if this object is currently loading, false otherwise.
    • setLoading

      public void setLoading(boolean loading)
      Sets whether this object is currently being loaded from the database.
      Parameter:
      loading - true if this object is currently loading, false otherwise.
    • isDeleted

      public boolean isDeleted()
      Returns whether this object was deleted from the database. Note that this getter does not automatically reflect database state, it will be set to true by Torque if doDelete() was called with this object. Bulk deletes and deletes via primary key do not change this flag. Also, if doDelete() was called on an object which does not exist in the database, the deleted flag is set to true even if it was not deleted.
      Gibt zurück:
      true if this object was deleted, false otherwise.
    • setDeleted

      public void setDeleted(boolean deleted)
      Sets whether this object was deleted from the database.
      Parameter:
      deleted - true if this object was deleted, false otherwise.
    • getTurbineUser

      public TurbineUser getTurbineUser() throws org.apache.torque.TorqueException
      Returns the associated TurbineUser object. If it was not retrieved before, the object is retrieved from the database
      Gibt zurück:
      the associated TurbineUser object
      Löst aus:
      org.apache.torque.TorqueException - when reading from the database fails.
    • getTurbineUser

      public TurbineUser getTurbineUser(Connection connection) throws org.apache.torque.TorqueException
      Return the associated TurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connection
      Parameter:
      connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
      Gibt zurück:
      the associated TurbineUser object
      Löst aus:
      org.apache.torque.TorqueException - If a problem occurs with the get[TurbineUser] method.
    • setTurbineUser

      public void setTurbineUser(TurbineUser v)
      Declares an association between this object and a TurbineUser object
      Parameter:
      v - TurbineUser
    • setTurbineUserKey

      public void setTurbineUserKey(org.apache.torque.om.ObjectKey<?> key) throws org.apache.torque.TorqueException
      Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())
      Parameter:
      key - the key to set
      Löst aus:
      org.apache.torque.TorqueException - if associated objects are not found
    • getTurbineGroup

      public TurbineGroup getTurbineGroup() throws org.apache.torque.TorqueException
      Returns the associated TurbineGroup object. If it was not retrieved before, the object is retrieved from the database
      Gibt zurück:
      the associated TurbineGroup object
      Löst aus:
      org.apache.torque.TorqueException - when reading from the database fails.
    • getTurbineGroup

      public TurbineGroup getTurbineGroup(Connection connection) throws org.apache.torque.TorqueException
      Return the associated TurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection
      Parameter:
      connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
      Gibt zurück:
      the associated TurbineGroup object
      Löst aus:
      org.apache.torque.TorqueException - If a problem occurs with the get[TurbineGroup] method.
    • setTurbineGroup

      public void setTurbineGroup(TurbineGroup v)
      Declares an association between this object and a TurbineGroup object
      Parameter:
      v - TurbineGroup
    • setTurbineGroupKey

      public void setTurbineGroupKey(org.apache.torque.om.ObjectKey<?> key) throws org.apache.torque.TorqueException
      Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())
      Parameter:
      key - the key to set
      Löst aus:
      org.apache.torque.TorqueException - if associated objects are not found
    • getTurbineRole

      public TurbineRole getTurbineRole() throws org.apache.torque.TorqueException
      Returns the associated TurbineRole object. If it was not retrieved before, the object is retrieved from the database
      Gibt zurück:
      the associated TurbineRole object
      Löst aus:
      org.apache.torque.TorqueException - when reading from the database fails.
    • getTurbineRole

      public TurbineRole getTurbineRole(Connection connection) throws org.apache.torque.TorqueException
      Return the associated TurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connection
      Parameter:
      connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
      Gibt zurück:
      the associated TurbineRole object
      Löst aus:
      org.apache.torque.TorqueException - If a problem occurs with the get[TurbineRole] method.
    • setTurbineRole

      public void setTurbineRole(TurbineRole v)
      Declares an association between this object and a TurbineRole object
      Parameter:
      v - TurbineRole
    • setTurbineRoleKey

      public void setTurbineRoleKey(org.apache.torque.om.ObjectKey<?> key) throws org.apache.torque.TorqueException
      Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())
      Parameter:
      key - the key to set
      Löst aus:
      org.apache.torque.TorqueException - if associated objects are not found
    • save

      public void save() throws org.apache.torque.TorqueException
      Stores an object in the database. If the object is new, it is inserted; otherwise an update is performed.
      Angegeben von:
      save in Schnittstelle org.apache.torque.om.Persistent
      Löst aus:
      org.apache.torque.TorqueException - if an error occurs during saving.
    • save

      public void save(String dbName) throws org.apache.torque.TorqueException
      Stores an object in the database. If the object is new, it is inserted; otherwise an update is performed.
      Angegeben von:
      save in Schnittstelle org.apache.torque.om.Persistent
      Parameter:
      dbName - the name of the database to which the object should be saved.
      Löst aus:
      org.apache.torque.TorqueException - if an error occurs during saving.
    • save

      public void save(Connection con) throws org.apache.torque.TorqueException
      Stores an object in the database. If the object is new, it is inserted; otherwise an update is performed. This method is meant to be used as part of a transaction, otherwise use the save() method and the connection details will be handled internally.
      Angegeben von:
      save in Schnittstelle org.apache.torque.om.Persistent
      Parameter:
      con - the connection to use for saving the object, not null.
      Löst aus:
      org.apache.torque.TorqueException - if an error occurs during saving.
    • setPrimaryKey

      public void setPrimaryKey(org.apache.torque.om.ObjectKey<?> key) throws org.apache.torque.TorqueException
      Set the PrimaryKey with an ObjectKey
      Angegeben von:
      setPrimaryKey in Schnittstelle org.apache.torque.om.ObjectModel
      Parameter:
      key - the primary key to set, not null.
      Löst aus:
      org.apache.torque.TorqueException
    • setPrimaryKey

      public void setPrimaryKey(Integer userId, Integer groupId, Integer roleId)
      Set the PrimaryKey using SimpleKeys.
      Parameter:
      userId - a part of the primary key.
      groupId - a part of the primary key.
      roleId - a part of the primary key.
    • setPrimaryKey

      public void setPrimaryKey(String key) throws org.apache.torque.TorqueException
      Set the PrimaryKey using a String.
      Angegeben von:
      setPrimaryKey in Schnittstelle org.apache.torque.om.ObjectModel
      Parameter:
      key - the primary key to set.
      Löst aus:
      org.apache.torque.TorqueException
    • getPrimaryKey

      public org.apache.torque.om.ObjectKey<?> getPrimaryKey()
      returns an id that differentiates this object from others of its class.
      Angegeben von:
      getPrimaryKey in Schnittstelle org.apache.torque.om.ObjectModel
    • getForeignKeyForTurbineUser

      public org.apache.torque.om.ObjectKey<?> getForeignKeyForTurbineUser()
      Returns an id that differentiates the referenced TurbineUser object from all other TurbineUser objects.
      Gibt zurück:
      an ObjectKey.
    • getForeignKeyForTurbineGroup

      public org.apache.torque.om.ObjectKey<?> getForeignKeyForTurbineGroup()
      Returns an id that differentiates the referenced TurbineGroup object from all other TurbineGroup objects.
      Gibt zurück:
      an ObjectKey.
    • getForeignKeyForTurbineRole

      public org.apache.torque.om.ObjectKey<?> getForeignKeyForTurbineRole()
      Returns an id that differentiates the referenced TurbineRole object from all other TurbineRole objects.
      Gibt zurück:
      an ObjectKey.
    • copy

      public TurbineUserGroupRole copy() throws org.apache.torque.TorqueException
      Makes a copy of this object. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.
      Löst aus:
      org.apache.torque.TorqueException - if retrieval of the associated objects fails
    • copy

      public TurbineUserGroupRole copy(Connection con) throws org.apache.torque.TorqueException
      Makes a copy of this object using a connection. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.
      Parameter:
      con - the database connection to read associated objects.
      Löst aus:
      org.apache.torque.TorqueException - if retrieval of the associated objects fails
    • copy

      public TurbineUserGroupRole copy(boolean deepcopy) throws org.apache.torque.TorqueException
      Makes a copy of this object. It creates a new object filling in the simple attributes. If the parameter deepcopy is true, it then fills all the association collections and sets the related objects to isNew=true.
      Parameter:
      deepcopy - whether to copy the associated objects.
      Löst aus:
      org.apache.torque.TorqueException - if retrieval of the associated objects fails
    • copy

      public TurbineUserGroupRole copy(boolean deepcopy, Connection con) throws org.apache.torque.TorqueException
      Makes a copy of this object using connection. It creates a new object filling in the simple attributes. If the parameter deepcopy is true, it then fills all the association collections and sets the related objects to isNew=true.
      Parameter:
      deepcopy - whether to copy the associated objects.
      con - the database connection to read associated objects.
      Löst aus:
      org.apache.torque.TorqueException - if retrieval of the associated objects fails
    • copyInto

      public TurbineUserGroupRole copyInto(TurbineUserGroupRole copyObj) throws org.apache.torque.TorqueException
      Fills the copyObj with the contents of this object. The associated objects are also copied and treated as new objects.
      Parameter:
      copyObj - the object to fill.
      Löst aus:
      org.apache.torque.TorqueException - if retrieval of the associated objects fails
    • copyInto

      public TurbineUserGroupRole copyInto(TurbineUserGroupRole copyObj, Connection con) throws org.apache.torque.TorqueException
      Fills the copyObj with the contents of this object using connection. The associated objects are also copied and treated as new objects.
      Parameter:
      copyObj - the object to fill.
      con - the database connection to read associated objects.
      Löst aus:
      org.apache.torque.TorqueException - if retrieval of the associated objects fails
    • copyInto

      protected TurbineUserGroupRole copyInto(TurbineUserGroupRole copyObj, boolean deepcopy) throws org.apache.torque.TorqueException
      Fills the copyObj with the contents of this object. If deepcopy is true, The associated objects are also copied and treated as new objects.
      Parameter:
      copyObj - the object to fill.
      deepcopy - whether the associated objects should be copied.
      Löst aus:
      org.apache.torque.TorqueException - if retrieval of the associated objects fails
    • copyInto

      public TurbineUserGroupRole copyInto(TurbineUserGroupRole copyObj, boolean deepcopy, Connection con) throws org.apache.torque.TorqueException
      Fills the copyObj with the contents of this object using connection. If deepcopy is true, The associated objects are also copied and treated as new objects.
      Parameter:
      copyObj - the object to fill.
      deepcopy - whether the associated objects should be copied.
      con - the database connection to read associated objects.
      Löst aus:
      org.apache.torque.TorqueException - if retrieval of the associated objects fails
    • getPeer

      public TurbineUserGroupRolePeer getPeer()
      returns a peer instance associated with this om. Since Peer classes are not to have any instance attributes, this method returns the same instance for all member of this class. The method could therefore be static, but this would prevent one from overriding the behavior.
    • getTableMap

      public org.apache.torque.map.TableMap getTableMap() throws org.apache.torque.TorqueException
      Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().
      Gibt zurück:
      The associated TableMap object.
      Löst aus:
      org.apache.torque.TorqueException - if associated objects are not found
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

      public boolean equals(Object toCompare)
      Compares the primary key of this instance with the key of another.
      Setzt außer Kraft:
      equals in Klasse Object
      Parameter:
      toCompare - The object to compare to.
      Gibt zurück:
      Whether the primary keys are equal and the object have the same class.
    • hashCode

      public int hashCode()
      If the primary key is not null, return the hashcode of the primary key. Otherwise calls Object.hashCode().
      Setzt außer Kraft:
      hashCode in Klasse Object
      Gibt zurück:
      an int value
    • valueEquals

      public boolean valueEquals(TurbineUserGroupRole toCompare)
      Compares the content of this object to another object
      Parameter:
      toCompare - The object to compare to.
      Gibt zurück:
      true if all of the columns in the other object have the same value as the objects in this class.