Class TurbineGroup
- All Implemented Interfaces:
Serializable
,Group
,SecurityEntity
,TurbineGroup
,TurbineUserGroupRoleEntity
,org.apache.torque.om.ObjectModel
,org.apache.torque.om.Persistent
public class TurbineGroup extends BaseTurbineGroup implements TurbineGroup
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.BaseTurbineGroup
collTurbineUserGroupRoles
-
Constructor Summary
Constructors Constructor Description TurbineGroup()
-
Method Summary
Methods inherited from class org.apache.fulcrum.security.torque.om.BaseTurbineGroup
addTurbineUserGroupRole, addTurbineUserGroupRole, copy, copy, copy, copy, copyInto, copyInto, copyInto, copyInto, equals, getEntityId, getEntityName, getPeer, getPrimaryKey, getTableMap, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRolesJoinTurbineRole, getTurbineUserGroupRolesJoinTurbineRole, getTurbineUserGroupRolesJoinTurbineUser, getTurbineUserGroupRolesJoinTurbineUser, hashCode, initTurbineUserGroupRoles, isDeleted, isLoading, isModified, isNew, isSaving, isTurbineUserGroupRolesInitialized, resetModified, resetTurbineUserGroupRole, save, save, save, setDeleted, setEntityId, setEntityName, setLoading, setModified, setNew, setPrimaryKey, setPrimaryKey, setSaving, toString, valueEquals
Methods inherited from class org.apache.fulcrum.security.torque.turbine.DefaultAbstractTurbineGroup
delete, getUserGroupRoleSet, retrieveAttachedObjects, retrieveAttachedObjects, update
Methods inherited from class org.apache.fulcrum.security.torque.security.turbine.TorqueAbstractTurbineTurbineSecurityEntity
addUserGroupRole, addUserGroupRole, 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.SecurityEntity
getId, getName, setId, setName
Methods inherited from interface org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRoleEntity
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
-
Constructor Details
-
TurbineGroup
public TurbineGroup()
-