/*
* Status.java
*
* Created on 19 de mayo de 2010, 02:14 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package gafetes.beans;
/**
*
* @author gateway
*/
public enum Status
{
BAJA, ACTIVO
}