net.ezcontent.impl.eos
Class TipoAccion
java.lang.Object
net.ezcontent.impl.eos.base.BaseTipoAccion
net.ezcontent.impl.eos.TipoAccion
- All Implemented Interfaces:
- ActionType, Serializable
- public class TipoAccion
- extends BaseTipoAccion
- implements ActionType
This is the object class that relates to the ${class.TableName} table.
Any customizations belong here.
Implementa ActionType
- See Also:
ActionType
,
Serialized Form
Fields inherited from class net.ezcontent.impl.eos.base.BaseTipoAccion |
|
Methods inherited from class net.ezcontent.impl.eos.base.BaseTipoAccion |
addToGrupos, addToSiguientes, equals, getGrupos, getName, getSiguientes, getTipoID, hashCode, setGrupos, setName, setSiguientes, setTipoID |
TipoAccion
public TipoAccion()
TipoAccion
public TipoAccion(int tipoID)
- Constructor for primary key
TipoAccion
public TipoAccion(int tipoID,
String name)
- Constructor for required fields
setNextActions
public void setNextActions(List list)
- Description copied from interface:
ActionType
- Manejo de las acciones que pueden seguir a esta.
Es asi como se define un flujo.
- Specified by:
setNextActions
in interface ActionType
getNextActions
public List getNextActions()
- Specified by:
getNextActions
in interface ActionType
addNextActionType
public void addNextActionType(ActionType tipo)
- Specified by:
addNextActionType
in interface ActionType
removeNextActionType
public void removeNextActionType(ActionType tipo)
- Specified by:
removeNextActionType
in interface ActionType
setGroups
public void setGroups(List list)
- Specified by:
setGroups
in interface ActionType
getGroups
public List getGroups()
- Specified by:
getGroups
in interface ActionType