public class Propiedad
extends java.lang.Object
Constructor and Description |
---|
Propiedad() |
Propiedad(java.lang.String nombre,
Presentacion presentacion) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNombre() |
Presentacion |
getPresentacion() |
java.lang.Boolean |
getVisible() |
void |
setNombre(java.lang.String nombre) |
void |
setPresentacion(Presentacion presentacion) |
void |
setVisible(java.lang.Boolean visible) |
public Propiedad()
public Propiedad(java.lang.String nombre, Presentacion presentacion)
public java.lang.String getNombre()
public void setNombre(java.lang.String nombre)
public java.lang.Boolean getVisible()
public void setVisible(java.lang.Boolean visible)
public Presentacion getPresentacion()
public void setPresentacion(Presentacion presentacion)