JRubik v0.6

es.aeat.eett.plugins.map
Class ZoneImp

java.lang.Object
  extended byes.aeat.eett.plugins.map.ZoneImp
All Implemented Interfaces:
Zone

public class ZoneImp
extends java.lang.Object
implements Zone

Author:
f00992

Field Summary
private  java.lang.String id
           
private  java.lang.String[] nameCapas
           
private  java.lang.String[] valores
           
 
Constructor Summary
(package private) ZoneImp(java.lang.String id)
           
 
Method Summary
 void clear()
          inicializa nameCapas y valores a null; liberando la memorioa usadoar por los arrays.
 java.lang.String getId()
           
 java.lang.String[] getNameCapas()
           
 java.lang.String[] getValores()
           
 void setNameCapas(java.lang.String[] nameCapas)
           
 void setValores(java.lang.String[] valores)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.String id

nameCapas

private java.lang.String[] nameCapas

valores

private java.lang.String[] valores
Constructor Detail

ZoneImp

ZoneImp(java.lang.String id)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Zone
Returns:
Returns the id.

getNameCapas

public java.lang.String[] getNameCapas()
Specified by:
getNameCapas in interface Zone
Returns:
Returns the nameCapas.

setNameCapas

public void setNameCapas(java.lang.String[] nameCapas)
Specified by:
setNameCapas in interface Zone
Parameters:
nameCapas - The nameCapas to set.

getValores

public java.lang.String[] getValores()
Specified by:
getValores in interface Zone
Returns:
Returns the valores.

setValores

public void setValores(java.lang.String[] valores)
Specified by:
setValores in interface Zone
Parameters:
valores - The valores to set.

clear

public void clear()
inicializa nameCapas y valores a null; liberando la memorioa usadoar por los arrays.

Specified by:
clear in interface Zone

JRubik v0.6

JRubik v0.6