package ar.publiquest.lufthansa.entity.opciones;

import java.util.Collection;
import java.util.Date;
import java.util.Vector;
import java.math.BigDecimal;

import ar.publiquest.lufthansa.entity.etapa.InterfaceEtapaOpcionTexto;
import ar.publiquest.lufthansa.entity.nota.InterfaceNota;
import ar.publiquest.lufthansa.entity.texto.InterfaceTexto;
import ar.publiquest.lufthansa.entity.usuario.InterfaceHistorialUsuario;
public class OpcionTexto implements InterfaceOpcionTexto, java.io.Serializable{
    private int textoId;
    private int opcionId;
    private InterfaceTexto interfaceTexto;
    private InterfaceOpcion interfaceOpcion;

	
	
	
	
	
	/**
	 * Gets the interfaceOpcion.
	 * @return Returns a InterfaceOpcion
	 */
	public InterfaceOpcion getInterfaceOpcion() {
		return interfaceOpcion;
	}

	/**
	 * Sets the interfaceOpcion.
	 * @param interfaceOpcion The interfaceOpcion to set
	 */
	public void setInterfaceOpcion(InterfaceOpcion interfaceOpcion) {
		this.interfaceOpcion = interfaceOpcion;
	}

	/**
	 * Gets the opcionId.
	 * @return Returns a int
	 */
	public int getOpcionId() {
		return opcionId;
	}

	/**
	 * Sets the opcionId.
	 * @param opcionId The opcionId to set
	 */
	public void setOpcionId(int opcionId) {
		this.opcionId = opcionId;
	}

	/**
	 * Gets the etapaOpcionTextoId.
	 * @return Returns a int
	 */
	public int getTextoId() {
		return textoId;
	}

	/**
	 * Sets the etapaOpcionTextoId.
	 * @param etapaOpcionTextoId The etapaOpcionTextoId to set
	 */
	public void setTextoId(int etapaOpcionTextoId) {
		this.textoId = etapaOpcionTextoId;
	}

	/**
	 * Gets the interfaceTexto.
	 * @return Returns a InterfaceEtapaOpcionTexto
	 */
	public InterfaceTexto getInterfaceTexto() {
		return interfaceTexto;
	}

	/**
	 * Sets the interfaceTexto.
	 * @param interfaceTexto The interfaceTexto to set
	 */
	public void setInterfaceTexto(InterfaceTexto interfaceTexto) {
		this.interfaceTexto = interfaceTexto;
	}

}