fr.paris.lutece.portal.business.editor
Class ParserElement

java.lang.Object
  extended by fr.paris.lutece.portal.business.editor.ParserElement

public class ParserElement
extends Object

ParserElement Class


Constructor Summary
ParserElement(String strCode, String strValue)
           
 
Method Summary
 String getCode()
           
 String getValue()
           
 void setCode(String strCode)
           
 void setValue(String strValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserElement

public ParserElement(String strCode,
                     String strValue)
Parameters:
strCode - the code of the element
strValue - the value of the element
Method Detail

getCode

public String getCode()
Returns:
code the code of the element

setCode

public void setCode(String strCode)
Parameters:
strCode - the code of the element

getValue

public String getValue()
Returns:
the value the value of the element

setValue

public void setValue(String strValue)
Parameters:
strValue - the value the value of the element


Copyright © 2014 Mairie de Paris. All Rights Reserved.