net.ezcontent.impl.eos
Class TipoAccion

java.lang.Object
  extended bynet.ezcontent.impl.eos.base.BaseTipoAccion
      extended bynet.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

Field Summary
 
Fields inherited from class net.ezcontent.impl.eos.base.BaseTipoAccion
 
Constructor Summary
TipoAccion()
           
TipoAccion(int tipoID)
          Constructor for primary key
TipoAccion(int tipoID, String name)
          Constructor for required fields
 
Method Summary
 void addNextActionType(ActionType tipo)
           
 List getGroups()
           
 List getNextActions()
           
 void removeNextActionType(ActionType tipo)
           
 void setGroups(List list)
           
 void setNextActions(List list)
          Manejo de las acciones que pueden seguir a esta.
 
Methods inherited from class net.ezcontent.impl.eos.base.BaseTipoAccion
addToGrupos, addToSiguientes, equals, getGrupos, getName, getSiguientes, getTipoID, hashCode, setGrupos, setName, setSiguientes, setTipoID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.ezcontent.flow.ActionType
getName, setName
 

Constructor Detail

TipoAccion

public TipoAccion()

TipoAccion

public TipoAccion(int tipoID)
Constructor for primary key


TipoAccion

public TipoAccion(int tipoID,
                  String name)
Constructor for required fields

Method Detail

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