Class TorqueBasicUser
java.lang.Object
org.apache.fulcrum.security.torque.security.TorqueAbstractSecurityEntity
org.apache.fulcrum.security.torque.basic.TorqueAbstractBasicUser
org.apache.fulcrum.security.torque.om.BaseTorqueBasicUser
org.apache.fulcrum.security.torque.om.TorqueBasicUser
- All Implemented Interfaces:
Serializable
,SecurityEntity
,User
,BasicUser
,org.apache.torque.om.ObjectModel
,org.apache.torque.om.Persistent
public class TorqueBasicUser extends BaseTorqueBasicUser
The skeleton for this class was autogenerated by Torque on:
[Wed Dec 23 13:20:02 CET 2020]
You should add additional methods to this class to meet the
application requirements. This class will only be generated as
long as it does not already exist in the output directory.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.apache.fulcrum.security.torque.om.BaseTorqueBasicUser
collTorqueBasicUserGroups
-
Constructor Summary
Constructors Constructor Description TorqueBasicUser()
-
Method Summary
Methods inherited from class org.apache.fulcrum.security.torque.om.BaseTorqueBasicUser
addTorqueBasicUserGroup, addTorqueBasicUserGroup, copy, copy, copy, copy, copyInto, copyInto, copyInto, copyInto, equals, getEntityId, getEntityName, getPassword, getPeer, getPrimaryKey, getTableMap, getTorqueBasicUserGroups, getTorqueBasicUserGroups, getTorqueBasicUserGroups, getTorqueBasicUserGroups, getTorqueBasicUserGroupsJoinTorqueBasicGroup, getTorqueBasicUserGroupsJoinTorqueBasicGroup, hashCode, initTorqueBasicUserGroups, isDeleted, isLoading, isModified, isNew, isSaving, isTorqueBasicUserGroupsInitialized, resetModified, resetTorqueBasicUserGroup, save, save, save, setDeleted, setEntityId, setEntityName, setLoading, setModified, setNew, setPassword, setPrimaryKey, setPrimaryKey, setSaving, toString, valueEquals
Methods inherited from class org.apache.fulcrum.security.torque.basic.TorqueAbstractBasicUser
addGroup, delete, getDatabaseName, getGroups, getGroupsAsSet, removeGroup, retrieveAttachedObjects, retrieveAttachedObjects, setGroups, setGroupsAsSet, update
Methods inherited from class org.apache.fulcrum.security.torque.security.TorqueAbstractSecurityEntity
getId, getName, setId, setName
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.fulcrum.security.entity.SecurityEntity
getId, getName, setId, setName
-
Constructor Details
-
TorqueBasicUser
public TorqueBasicUser()
-