Class TurbineUser
java.lang.Object
- All Implemented Interfaces:
Serializable
,ExtendedUser
,SecurityEntity
,User
,TurbineUser
,TurbineUserGroupRoleEntity
,org.apache.torque.om.ObjectModel
,org.apache.torque.om.Persistent
public class TurbineUser extends BaseTurbineUser implements TurbineUser
The skeleton for this class was autogenerated by Torque on:
[Wed Dec 23 13:20:03 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.BaseTurbineUser
collTurbineUserGroupRoles
-
Constructor Summary
Constructors Constructor Description TurbineUser()
-
Method Summary
Methods inherited from class org.apache.fulcrum.security.torque.om.BaseTurbineUser
addTurbineUserGroupRole, addTurbineUserGroupRole, copy, copy, copy, copy, copyInto, copyInto, copyInto, copyInto, equals, getEmail, getEntityId, getEntityName, getFirstName, getLastName, getObjectdata, getPassword, getPeer, getPrimaryKey, getTableMap, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRolesJoinTurbineGroup, getTurbineUserGroupRolesJoinTurbineGroup, getTurbineUserGroupRolesJoinTurbineRole, getTurbineUserGroupRolesJoinTurbineRole, hashCode, initTurbineUserGroupRoles, isDeleted, isLoading, isModified, isNew, isSaving, isTurbineUserGroupRolesInitialized, resetModified, resetTurbineUserGroupRole, save, save, save, setDeleted, setEmail, setEntityId, setEntityName, setFirstName, setLastName, setLoading, setModified, setNew, setObjectdata, setPassword, setPrimaryKey, setPrimaryKey, setSaving, toString, valueEquals
Methods inherited from class org.apache.fulcrum.security.torque.turbine.DefaultAbstractTurbineUser
delete, retrieveAttachedObjects, retrieveAttachedObjects, retrieveAttachedObjects, update
Methods inherited from class org.apache.fulcrum.security.torque.security.turbine.TorqueAbstractTurbineTurbineSecurityEntity
addUserGroupRole, addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, removeUserGroupRole, setUserGroupRoleSet
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.ExtendedUser
getEmail, getFirstName, getLastName, getObjectdata, setEmail, setFirstName, setLastName, setObjectdata
Methods inherited from interface org.apache.fulcrum.security.entity.SecurityEntity
getId, getName, setId, setName
Methods inherited from interface org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRoleEntity
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
-
Constructor Details
-
TurbineUser
public TurbineUser()
-