@Named(value="motivoOrdenBean") @RequestScoped public class MotivoOrdenBean extends java.lang.Object implements java.io.Serializable, IManagedBean<MotivoOrden>
Constructor and Description |
---|
MotivoOrdenBean() |
Modifier and Type | Method and Description |
---|---|
MotivoOrden |
getMotivoOrden() |
MotivoOrden |
getObject(java.lang.Integer i) |
void |
init() |
java.util.List<MotivoOrden> |
listarMotivoOrden() |
void |
registrarMotivoOrden() |
void |
setMotivoOrden(MotivoOrden motivoOrden) |
@PostConstruct public void init()
public MotivoOrden getObject(java.lang.Integer i)
getObject
in interface IManagedBean<MotivoOrden>
public MotivoOrden getMotivoOrden()
public void setMotivoOrden(MotivoOrden motivoOrden)
public void registrarMotivoOrden()
public java.util.List<MotivoOrden> listarMotivoOrden()