Class BaseTorqueTurbineUserGroupRole
java.lang.Object
org.apache.fulcrum.security.torque.om.BaseTorqueTurbineUserGroupRole
- All Implemented Interfaces:
Serializable
,org.apache.torque.om.ObjectModel
,org.apache.torque.om.Persistent
- Direct Known Subclasses:
TorqueTurbineUserGroupRole
public abstract class BaseTorqueTurbineUserGroupRole
extends Object
implements org.apache.torque.om.Persistent, Serializable
This class was autogenerated by Torque on:
[Fri Jan 03 13:59:30 CET 2025]
You should not use this class directly. It should not even be
extended; all references should be to TorqueTurbineUserGroupRole
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Makes a copy of this object.copy
(boolean deepcopy) Makes a copy of this object.copy
(boolean deepcopy, Connection con) Makes a copy of this object using connection.copy
(Connection con) Makes a copy of this object using a connection.copyInto
(TorqueTurbineUserGroupRole copyObj) Fills the copyObj with the contents of this object.protected TorqueTurbineUserGroupRole
copyInto
(TorqueTurbineUserGroupRole copyObj, boolean deepcopy) Fills the copyObj with the contents of this object.copyInto
(TorqueTurbineUserGroupRole copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.copyInto
(TorqueTurbineUserGroupRole copyObj, Connection con) Fills the copyObj with the contents of this object using connection.boolean
Compares the primary key of this instance with the key of another.org.apache.torque.om.ObjectKey
<?> Returns an id that differentiates the referenced TorqueTurbineGroup object from all other TorqueTurbineGroup objects.org.apache.torque.om.ObjectKey
<?> Returns an id that differentiates the referenced TorqueTurbineRole object from all other TorqueTurbineRole objects.org.apache.torque.om.ObjectKey
<?> Returns an id that differentiates the referenced TorqueTurbineUser object from all other TorqueTurbineUser objects.Get the value of groupId.getPeer()
returns a peer instance associated with this om.org.apache.torque.om.ObjectKey
<?> returns an id that differentiates this object from others of its class.Get the value of roleId.org.apache.torque.map.TableMap
Retrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().Returns the associated TorqueTurbineGroup object.getTorqueTurbineGroup
(Connection connection) Return the associated TorqueTurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connectionReturns the associated TorqueTurbineRole object.getTorqueTurbineRole
(Connection connection) Return the associated TorqueTurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connectionReturns the associated TorqueTurbineUser object.getTorqueTurbineUser
(Connection connection) Return the associated TorqueTurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connectionGet the value of userId.int
hashCode()
If the primary key is notnull
, return the hashcode of the primary key.boolean
Returns whether this object was deleted from the database.boolean
Returns whether this object is currently being loaded from the database.boolean
Returns whether the object has been modified.boolean
isNew()
Returns whether the object has ever been saved.boolean
isSaving()
Returns whether this object is currently saving.void
Sets the modified state for the object to be false.void
save()
Stores an object in the database.void
Stores an object in the database.void
save
(Connection con) Stores an object in the database.void
setDeleted
(boolean deleted) Sets whether this object was deleted from the database.void
Set the value of groupId.void
setLoading
(boolean loading) Sets whether this object is currently being loaded from the database.void
setModified
(boolean modified) Sets whether the object has been modified.void
setNew
(boolean isNew) Sets whether the object has ever been saved.void
setPrimaryKey
(Integer userId, Integer groupId, Integer roleId) Set the PrimaryKey using SimpleKeys.void
setPrimaryKey
(String key) Set the PrimaryKey using a String.void
setPrimaryKey
(org.apache.torque.om.ObjectKey<?> key) Set the PrimaryKey with an ObjectKeyvoid
Set the value of roleId.void
setSaving
(boolean saving) Sets whether this object is currently saving.void
Declares an association between this object and a TorqueTurbineGroup objectvoid
setTorqueTurbineGroupKey
(org.apache.torque.om.ObjectKey<?> key) Provides convenient way to set a relationship based on a ObjectKey, for examplebar.setFooKey(foo.getPrimaryKey())
void
Declares an association between this object and a TorqueTurbineRole objectvoid
setTorqueTurbineRoleKey
(org.apache.torque.om.ObjectKey<?> key) Provides convenient way to set a relationship based on a ObjectKey, for examplebar.setFooKey(foo.getPrimaryKey())
void
Declares an association between this object and a TorqueTurbineUser objectvoid
setTorqueTurbineUserKey
(org.apache.torque.om.ObjectKey<?> key) Provides convenient way to set a relationship based on a ObjectKey, for examplebar.setFooKey(foo.getPrimaryKey())
void
Set the value of userId.toString()
boolean
valueEquals
(TorqueTurbineUserGroupRole toCompare) Compares the content of this object to another object
-
Constructor Details
-
BaseTorqueTurbineUserGroupRole
public BaseTorqueTurbineUserGroupRole()
-
-
Method Details
-
getUserId
Get the value of userId.- Returns:
- the value of userId as Integer
-
setUserId
Set the value of userId.- Parameters:
v
- new value of userId
-
getGroupId
Get the value of groupId.- Returns:
- the value of groupId as Integer
-
setGroupId
Set the value of groupId.- Parameters:
v
- new value of groupId
-
getRoleId
Get the value of roleId.- Returns:
- the value of roleId as Integer
-
setRoleId
Set the value of roleId.- Parameters:
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.- Specified by:
isNew
in interfaceorg.apache.torque.om.ObjectModel
- Returns:
- true, if the object has never been persisted.
-
setNew
public void setNew(boolean isNew) Sets whether the object has ever been saved.- Specified by:
setNew
in interfaceorg.apache.torque.om.ObjectModel
- Parameters:
isNew
- true if the object has never been saved, false otherwise.
-
isModified
public boolean isModified()Returns whether the object has been modified.- Specified by:
isModified
in interfaceorg.apache.torque.om.ObjectModel
- Returns:
- True if the object has been modified.
-
setModified
public void setModified(boolean modified) Sets whether the object has been modified.- Specified by:
setModified
in interfaceorg.apache.torque.om.ObjectModel
- Parameters:
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.- Returns:
- true if this object is currently saving, false otherwise.
-
setSaving
public void setSaving(boolean saving) Sets whether this object is currently saving.- Parameters:
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.- Returns:
- 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.- Parameters:
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.- Returns:
- true if this object was deleted, false otherwise.
-
setDeleted
public void setDeleted(boolean deleted) Sets whether this object was deleted from the database.- Parameters:
deleted
- true if this object was deleted, false otherwise.
-
getTorqueTurbineUser
Returns the associated TorqueTurbineUser object. If it was not retrieved before, the object is retrieved from the database- Returns:
- the associated TorqueTurbineUser object
- Throws:
org.apache.torque.TorqueException
- when reading from the database fails.
-
getTorqueTurbineUser
public TorqueTurbineUser getTorqueTurbineUser(Connection connection) throws org.apache.torque.TorqueException Return the associated TorqueTurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connection- Parameters:
connection
- the connection used to retrieve the associated object from the database, if it was not retrieved before- Returns:
- the associated TorqueTurbineUser object
- Throws:
org.apache.torque.TorqueException
- If a problem occurs with the get[TorqueTurbineUser] method.
-
setTorqueTurbineUser
Declares an association between this object and a TorqueTurbineUser object- Parameters:
v
- TorqueTurbineUser
-
setTorqueTurbineUserKey
public void setTorqueTurbineUserKey(org.apache.torque.om.ObjectKey<?> key) throws org.apache.torque.TorqueException Provides convenient way to set a relationship based on a ObjectKey, for examplebar.setFooKey(foo.getPrimaryKey())
- Parameters:
key
- the key to set- Throws:
org.apache.torque.TorqueException
- if associated objects are not found
-
getTorqueTurbineGroup
Returns the associated TorqueTurbineGroup object. If it was not retrieved before, the object is retrieved from the database- Returns:
- the associated TorqueTurbineGroup object
- Throws:
org.apache.torque.TorqueException
- when reading from the database fails.
-
getTorqueTurbineGroup
public TorqueTurbineGroup getTorqueTurbineGroup(Connection connection) throws org.apache.torque.TorqueException Return the associated TorqueTurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection- Parameters:
connection
- the connection used to retrieve the associated object from the database, if it was not retrieved before- Returns:
- the associated TorqueTurbineGroup object
- Throws:
org.apache.torque.TorqueException
- If a problem occurs with the get[TorqueTurbineGroup] method.
-
setTorqueTurbineGroup
Declares an association between this object and a TorqueTurbineGroup object- Parameters:
v
- TorqueTurbineGroup
-
setTorqueTurbineGroupKey
public void setTorqueTurbineGroupKey(org.apache.torque.om.ObjectKey<?> key) throws org.apache.torque.TorqueException Provides convenient way to set a relationship based on a ObjectKey, for examplebar.setFooKey(foo.getPrimaryKey())
- Parameters:
key
- the key to set- Throws:
org.apache.torque.TorqueException
- if associated objects are not found
-
getTorqueTurbineRole
Returns the associated TorqueTurbineRole object. If it was not retrieved before, the object is retrieved from the database- Returns:
- the associated TorqueTurbineRole object
- Throws:
org.apache.torque.TorqueException
- when reading from the database fails.
-
getTorqueTurbineRole
public TorqueTurbineRole getTorqueTurbineRole(Connection connection) throws org.apache.torque.TorqueException Return the associated TorqueTurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connection- Parameters:
connection
- the connection used to retrieve the associated object from the database, if it was not retrieved before- Returns:
- the associated TorqueTurbineRole object
- Throws:
org.apache.torque.TorqueException
- If a problem occurs with the get[TorqueTurbineRole] method.
-
setTorqueTurbineRole
Declares an association between this object and a TorqueTurbineRole object- Parameters:
v
- TorqueTurbineRole
-
setTorqueTurbineRoleKey
public void setTorqueTurbineRoleKey(org.apache.torque.om.ObjectKey<?> key) throws org.apache.torque.TorqueException Provides convenient way to set a relationship based on a ObjectKey, for examplebar.setFooKey(foo.getPrimaryKey())
- Parameters:
key
- the key to set- Throws:
org.apache.torque.TorqueException
- if associated objects are not found
-
save
public void save() throws org.apache.torque.TorqueExceptionStores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Specified by:
save
in interfaceorg.apache.torque.om.Persistent
- Throws:
org.apache.torque.TorqueException
- if an error occurs during saving.
-
save
Stores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Specified by:
save
in interfaceorg.apache.torque.om.Persistent
- Parameters:
dbName
- the name of the database to which the object should be saved.- Throws:
org.apache.torque.TorqueException
- if an error occurs during saving.
-
save
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.- Specified by:
save
in interfaceorg.apache.torque.om.Persistent
- Parameters:
con
- the connection to use for saving the object, not null.- Throws:
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- Specified by:
setPrimaryKey
in interfaceorg.apache.torque.om.ObjectModel
- Parameters:
key
- the primary key to set, not null.- Throws:
org.apache.torque.TorqueException
-
setPrimaryKey
Set the PrimaryKey using SimpleKeys.- Parameters:
userId
- a part of the primary key.groupId
- a part of the primary key.roleId
- a part of the primary key.
-
setPrimaryKey
Set the PrimaryKey using a String.- Specified by:
setPrimaryKey
in interfaceorg.apache.torque.om.ObjectModel
- Parameters:
key
- the primary key to set.- Throws:
org.apache.torque.TorqueException
-
getPrimaryKey
public org.apache.torque.om.ObjectKey<?> getPrimaryKey()returns an id that differentiates this object from others of its class.- Specified by:
getPrimaryKey
in interfaceorg.apache.torque.om.ObjectModel
-
getForeignKeyForTorqueTurbineUser
public org.apache.torque.om.ObjectKey<?> getForeignKeyForTorqueTurbineUser()Returns an id that differentiates the referenced TorqueTurbineUser object from all other TorqueTurbineUser objects.- Returns:
- an ObjectKey.
-
getForeignKeyForTorqueTurbineGroup
public org.apache.torque.om.ObjectKey<?> getForeignKeyForTorqueTurbineGroup()Returns an id that differentiates the referenced TorqueTurbineGroup object from all other TorqueTurbineGroup objects.- Returns:
- an ObjectKey.
-
getForeignKeyForTorqueTurbineRole
public org.apache.torque.om.ObjectKey<?> getForeignKeyForTorqueTurbineRole()Returns an id that differentiates the referenced TorqueTurbineRole object from all other TorqueTurbineRole objects.- Returns:
- an ObjectKey.
-
copy
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.- Throws:
org.apache.torque.TorqueException
- if retrieval of the associated objects fails
-
copy
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.- Parameters:
con
- the database connection to read associated objects.- Throws:
org.apache.torque.TorqueException
- if retrieval of the associated objects fails
-
copy
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.- Parameters:
deepcopy
- whether to copy the associated objects.- Throws:
org.apache.torque.TorqueException
- if retrieval of the associated objects fails
-
copy
public TorqueTurbineUserGroupRole 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.- Parameters:
deepcopy
- whether to copy the associated objects.con
- the database connection to read associated objects.- Throws:
org.apache.torque.TorqueException
- if retrieval of the associated objects fails
-
copyInto
public TorqueTurbineUserGroupRole copyInto(TorqueTurbineUserGroupRole 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.- Parameters:
copyObj
- the object to fill.- Throws:
org.apache.torque.TorqueException
- if retrieval of the associated objects fails
-
copyInto
public TorqueTurbineUserGroupRole copyInto(TorqueTurbineUserGroupRole 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.- Parameters:
copyObj
- the object to fill.con
- the database connection to read associated objects.- Throws:
org.apache.torque.TorqueException
- if retrieval of the associated objects fails
-
copyInto
protected TorqueTurbineUserGroupRole copyInto(TorqueTurbineUserGroupRole 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.- Parameters:
copyObj
- the object to fill.deepcopy
- whether the associated objects should be copied.- Throws:
org.apache.torque.TorqueException
- if retrieval of the associated objects fails
-
copyInto
public TorqueTurbineUserGroupRole copyInto(TorqueTurbineUserGroupRole 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.- Parameters:
copyObj
- the object to fill.deepcopy
- whether the associated objects should be copied.con
- the database connection to read associated objects.- Throws:
org.apache.torque.TorqueException
- if retrieval of the associated objects fails
-
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.TorqueExceptionRetrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().- Returns:
- The associated TableMap object.
- Throws:
org.apache.torque.TorqueException
- if associated objects are not found
-
toString
-
equals
Compares the primary key of this instance with the key of another. -
hashCode
public int hashCode()If the primary key is notnull
, return the hashcode of the primary key. Otherwise callsObject.hashCode()
. -
valueEquals
Compares the content of this object to another object- Parameters:
toCompare
- The object to compare to.- Returns:
- true if all of the columns in the other object have the same value as the objects in this class.
-