Klasse BaseTorqueDynamicUserGroup
java.lang.Object
org.apache.fulcrum.security.torque.om.BaseTorqueDynamicUserGroup
- Alle implementierten Schnittstellen:
- Serializable,- org.apache.torque.om.ObjectModel,- org.apache.torque.om.Persistent
- Bekannte direkte Unterklassen:
- TorqueDynamicUserGroup
public abstract class BaseTorqueDynamicUserGroup
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 TorqueDynamicUserGroup
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungcopy()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(TorqueDynamicUserGroup copyObj) Fills the copyObj with the contents of this object.protected TorqueDynamicUserGroupcopyInto(TorqueDynamicUserGroup copyObj, boolean deepcopy) Fills the copyObj with the contents of this object.copyInto(TorqueDynamicUserGroup copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.copyInto(TorqueDynamicUserGroup copyObj, Connection con) Fills the copyObj with the contents of this object using connection.booleanCompares the primary key of this instance with the key of another.org.apache.torque.om.ObjectKey<?>Returns an id that differentiates the referenced TorqueDynamicGroup object from all other TorqueDynamicGroup objects.org.apache.torque.om.ObjectKey<?>Returns an id that differentiates the referenced TorqueDynamicUser object from all other TorqueDynamicUser 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.org.apache.torque.map.TableMapRetrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().Returns the associated TorqueDynamicGroup object.getTorqueDynamicGroup(Connection connection) Return the associated TorqueDynamicGroup object If it was not retrieved before, the object is retrieved from the database using the passed connectionReturns the associated TorqueDynamicUser object.getTorqueDynamicUser(Connection connection) Return the associated TorqueDynamicUser object If it was not retrieved before, the object is retrieved from the database using the passed connectionGet the value of userId.inthashCode()If the primary key is notnull, return the hashcode of the primary key.booleanReturns whether this object was deleted from the database.booleanReturns whether this object is currently being loaded from the database.booleanReturns whether the object has been modified.booleanisNew()Returns whether the object has ever been saved.booleanisSaving()Returns whether this object is currently saving.voidSets the modified state for the object to be false.voidsave()Stores an object in the database.voidStores an object in the database.voidsave(Connection con) Stores an object in the database.voidsetDeleted(boolean deleted) Sets whether this object was deleted from the database.voidSet the value of groupId.voidsetLoading(boolean loading) Sets whether this object is currently being loaded from the database.voidsetModified(boolean modified) Sets whether the object has been modified.voidsetNew(boolean isNew) Sets whether the object has ever been saved.voidsetPrimaryKey(Integer userId, Integer groupId) Set the PrimaryKey using SimpleKeys.voidsetPrimaryKey(String key) Set the PrimaryKey using a String.voidsetPrimaryKey(org.apache.torque.om.ObjectKey<?> key) Set the PrimaryKey with an ObjectKeyvoidsetSaving(boolean saving) Sets whether this object is currently saving.voidDeclares an association between this object and a TorqueDynamicGroup objectvoidsetTorqueDynamicGroupKey(org.apache.torque.om.ObjectKey<?> key) Provides convenient way to set a relationship based on a ObjectKey, for examplebar.setFooKey(foo.getPrimaryKey())voidDeclares an association between this object and a TorqueDynamicUser objectvoidsetTorqueDynamicUserKey(org.apache.torque.om.ObjectKey<?> key) Provides convenient way to set a relationship based on a ObjectKey, for examplebar.setFooKey(foo.getPrimaryKey())voidSet the value of userId.toString()booleanvalueEquals(TorqueDynamicUserGroup toCompare) Compares the content of this object to another object
- 
Konstruktordetails- 
BaseTorqueDynamicUserGrouppublic BaseTorqueDynamicUserGroup()
 
- 
- 
Methodendetails- 
getUserIdGet the value of userId.- Gibt zurück:
- the value of userId as Integer
 
- 
setUserIdSet the value of userId.- Parameter:
- v- new value of userId
 
- 
getGroupIdGet the value of groupId.- Gibt zurück:
- the value of groupId as Integer
 
- 
setGroupIdSet the value of groupId.- Parameter:
- v- new value of groupId
 
- 
isNewpublic 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:
- isNewin Schnittstelle- org.apache.torque.om.ObjectModel
- Gibt zurück:
- true, if the object has never been persisted.
 
- 
setNewpublic void setNew(boolean isNew) Sets whether the object has ever been saved.- Angegeben von:
- setNewin Schnittstelle- org.apache.torque.om.ObjectModel
- Parameter:
- isNew- true if the object has never been saved, false otherwise.
 
- 
isModifiedpublic boolean isModified()Returns whether the object has been modified.- Angegeben von:
- isModifiedin Schnittstelle- org.apache.torque.om.ObjectModel
- Gibt zurück:
- True if the object has been modified.
 
- 
setModifiedpublic void setModified(boolean modified) Sets whether the object has been modified.- Angegeben von:
- setModifiedin Schnittstelle- org.apache.torque.om.ObjectModel
- Parameter:
- modified- true if the object has been modified, false otherwise.
 
- 
resetModifiedpublic void resetModified()Sets the modified state for the object to be false.
- 
isSavingpublic boolean isSaving()Returns whether this object is currently saving.- Gibt zurück:
- true if this object is currently saving, false otherwise.
 
- 
setSavingpublic void setSaving(boolean saving) Sets whether this object is currently saving.- Parameter:
- saving- true if this object is currently saving, false otherwise.
 
- 
isLoadingpublic 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.
 
- 
setLoadingpublic 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.
 
- 
isDeletedpublic 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.
 
- 
setDeletedpublic void setDeleted(boolean deleted) Sets whether this object was deleted from the database.- Parameter:
- deleted- true if this object was deleted, false otherwise.
 
- 
getTorqueDynamicUserReturns the associated TorqueDynamicUser object. If it was not retrieved before, the object is retrieved from the database- Gibt zurück:
- the associated TorqueDynamicUser object
- Löst aus:
- org.apache.torque.TorqueException- when reading from the database fails.
 
- 
getTorqueDynamicUserpublic TorqueDynamicUser getTorqueDynamicUser(Connection connection) throws org.apache.torque.TorqueException Return the associated TorqueDynamicUser 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 TorqueDynamicUser object
- Löst aus:
- org.apache.torque.TorqueException- If a problem occurs with the get[TorqueDynamicUser] method.
 
- 
setTorqueDynamicUserDeclares an association between this object and a TorqueDynamicUser object- Parameter:
- v- TorqueDynamicUser
 
- 
setTorqueDynamicUserKeypublic void setTorqueDynamicUserKey(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())- Parameter:
- key- the key to set
- Löst aus:
- org.apache.torque.TorqueException- if associated objects are not found
 
- 
getTorqueDynamicGroupReturns the associated TorqueDynamicGroup object. If it was not retrieved before, the object is retrieved from the database- Gibt zurück:
- the associated TorqueDynamicGroup object
- Löst aus:
- org.apache.torque.TorqueException- when reading from the database fails.
 
- 
getTorqueDynamicGrouppublic TorqueDynamicGroup getTorqueDynamicGroup(Connection connection) throws org.apache.torque.TorqueException Return the associated TorqueDynamicGroup 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 TorqueDynamicGroup object
- Löst aus:
- org.apache.torque.TorqueException- If a problem occurs with the get[TorqueDynamicGroup] method.
 
- 
setTorqueDynamicGroupDeclares an association between this object and a TorqueDynamicGroup object- Parameter:
- v- TorqueDynamicGroup
 
- 
setTorqueDynamicGroupKeypublic void setTorqueDynamicGroupKey(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())- Parameter:
- key- the key to set
- Löst aus:
- org.apache.torque.TorqueException- if associated objects are not found
 
- 
savepublic 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.- Angegeben von:
- savein Schnittstelle- org.apache.torque.om.Persistent
- Löst aus:
- org.apache.torque.TorqueException- if an error occurs during saving.
 
- 
saveStores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Angegeben von:
- savein 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.
 
- 
saveStores 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:
- savein 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.
 
- 
setPrimaryKeypublic void setPrimaryKey(org.apache.torque.om.ObjectKey<?> key) throws org.apache.torque.TorqueException Set the PrimaryKey with an ObjectKey- Angegeben von:
- setPrimaryKeyin Schnittstelle- org.apache.torque.om.ObjectModel
- Parameter:
- key- the primary key to set, not null.
- Löst aus:
- org.apache.torque.TorqueException
 
- 
setPrimaryKeySet the PrimaryKey using SimpleKeys.- Parameter:
- userId- a part of the primary key.
- groupId- a part of the primary key.
 
- 
setPrimaryKeySet the PrimaryKey using a String.- Angegeben von:
- setPrimaryKeyin Schnittstelle- org.apache.torque.om.ObjectModel
- Parameter:
- key- the primary key to set.
- Löst aus:
- org.apache.torque.TorqueException
 
- 
getPrimaryKeypublic org.apache.torque.om.ObjectKey<?> getPrimaryKey()returns an id that differentiates this object from others of its class.- Angegeben von:
- getPrimaryKeyin Schnittstelle- org.apache.torque.om.ObjectModel
 
- 
getForeignKeyForTorqueDynamicUserpublic org.apache.torque.om.ObjectKey<?> getForeignKeyForTorqueDynamicUser()Returns an id that differentiates the referenced TorqueDynamicUser object from all other TorqueDynamicUser objects.- Gibt zurück:
- an ObjectKey.
 
- 
getForeignKeyForTorqueDynamicGrouppublic org.apache.torque.om.ObjectKey<?> getForeignKeyForTorqueDynamicGroup()Returns an id that differentiates the referenced TorqueDynamicGroup object from all other TorqueDynamicGroup objects.- Gibt zurück:
- an ObjectKey.
 
- 
copyMakes 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
 
- 
copyMakes 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
 
- 
copyMakes 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
 
- 
copypublic TorqueDynamicUserGroup 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
 
- 
copyIntopublic TorqueDynamicUserGroup copyInto(TorqueDynamicUserGroup 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
 
- 
copyIntopublic TorqueDynamicUserGroup copyInto(TorqueDynamicUserGroup 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
 
- 
copyIntoprotected TorqueDynamicUserGroup copyInto(TorqueDynamicUserGroup 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
 
- 
copyIntopublic TorqueDynamicUserGroup copyInto(TorqueDynamicUserGroup 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
 
- 
getPeerreturns 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.
- 
getTableMappublic 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().- Gibt zurück:
- The associated TableMap object.
- Löst aus:
- org.apache.torque.TorqueException- if associated objects are not found
 
- 
toString
- 
equalsCompares the primary key of this instance with the key of another.
- 
hashCodepublic int hashCode()If the primary key is notnull, return the hashcode of the primary key. Otherwise callsObject.hashCode().
- 
valueEqualsCompares 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.
 
 
-